Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _goboringcrypto_EVP_AEAD_max_tag_len (0.27 sec)

  1. src/crypto/internal/boring/goboringcrypto.h

    };
    size_t _goboringcrypto_EVP_AEAD_key_length(const GO_EVP_AEAD*);
    size_t _goboringcrypto_EVP_AEAD_nonce_length(const GO_EVP_AEAD*);
    size_t _goboringcrypto_EVP_AEAD_max_overhead(const GO_EVP_AEAD*);
    size_t _goboringcrypto_EVP_AEAD_max_tag_len(const GO_EVP_AEAD*);
    typedef struct GO_EVP_AEAD_CTX { char data[600]; } GO_EVP_AEAD_CTX;
    void _goboringcrypto_EVP_AEAD_CTX_zero(GO_EVP_AEAD_CTX*);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top