Searched refs:auth_encrypt (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_ccm.h | 76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm.c | 367 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher() 421 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
|