Searched refs:aes_gcm_tls_cipher (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 2784 static int aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_gcm_tls_cipher() function 2948 return aes_gcm_tls_cipher(ctx, out, in, len); in aes_gcm_cipher()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aes.c | 3068 static int aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in aes_gcm_tls_cipher() function 3195 return aes_gcm_tls_cipher(ctx, out, in, len); in aes_gcm_cipher()
|