Symbol: EVP_AEAD_CTX
crypto/libressl/apps/openssl/speed.c
1276
EVP_AEAD_CTX *ctx;
crypto/libressl/apps/openssl/speed.c
1304
EVP_AEAD_CTX *ctx;
crypto/libressl/apps/openssl/speed.c
1333
EVP_AEAD_CTX *ctx;
crypto/libressl/crypto/evp/e_aes.c
2239
aead_aes_gcm_init(EVP_AEAD_CTX *ctx, const unsigned char *key, size_t key_len,
crypto/libressl/crypto/evp/e_aes.c
2281
aead_aes_gcm_cleanup(EVP_AEAD_CTX *ctx)
crypto/libressl/crypto/evp/e_aes.c
2289
aead_aes_gcm_seal(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len,
crypto/libressl/crypto/evp/e_aes.c
2331
aead_aes_gcm_open(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
125
aead_chacha20_poly1305_seal(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
175
aead_chacha20_poly1305_open(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
232
aead_xchacha20_poly1305_seal(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
280
aead_xchacha20_poly1305_open(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
49
aead_chacha20_poly1305_init(EVP_AEAD_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
78
aead_chacha20_poly1305_cleanup(EVP_AEAD_CTX *ctx)
crypto/libressl/crypto/evp/evp_aead.c
106
EVP_AEAD_CTX_seal(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len,
crypto/libressl/crypto/evp/evp_aead.c
138
EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, unsigned char *out, size_t *out_len,
crypto/libressl/crypto/evp/evp_aead.c
51
EVP_AEAD_CTX_init(EVP_AEAD_CTX *ctx, const EVP_AEAD *aead,
crypto/libressl/crypto/evp/evp_aead.c
63
EVP_AEAD_CTX_cleanup(EVP_AEAD_CTX *ctx)
crypto/libressl/crypto/evp/evp_aead.c
71
EVP_AEAD_CTX *
crypto/libressl/crypto/evp/evp_aead.c
74
return calloc(1, sizeof(EVP_AEAD_CTX));
crypto/libressl/crypto/evp/evp_aead.c
78
EVP_AEAD_CTX_free(EVP_AEAD_CTX *ctx)
crypto/libressl/include/openssl/evp.h
1220
EVP_AEAD_CTX *EVP_AEAD_CTX_new(void);
crypto/libressl/include/openssl/evp.h
1223
void EVP_AEAD_CTX_free(EVP_AEAD_CTX *ctx);
crypto/libressl/include/openssl/evp.h
1229
int EVP_AEAD_CTX_init(EVP_AEAD_CTX *ctx, const EVP_AEAD *aead,
crypto/libressl/include/openssl/evp.h
1233
void EVP_AEAD_CTX_cleanup(EVP_AEAD_CTX *ctx);
crypto/libressl/include/openssl/evp.h
1254
int EVP_AEAD_CTX_seal(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/include/openssl/evp.h
1277
int EVP_AEAD_CTX_open(const EVP_AEAD_CTX *ctx, unsigned char *out,
crypto/libressl/ssl/tls12_record_layer.c
32
EVP_AEAD_CTX *aead_ctx;
crypto/libressl/ssl/tls13_record_layer.c
28
EVP_AEAD_CTX *aead_ctx;