Searched refs:auth_encrypt (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_ccm.h | 76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_ccm.h | 76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
|
/third_party/node/deps/openssl/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()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm.c | 364 if (!ctx->hw->auth_encrypt(ctx, in, out, len, out + len, ctx->m)) in ccm_tls_cipher() 418 if (!hw->auth_encrypt(ctx, in, out, len, NULL, 0)) in ccm_cipher_internal()
|
Completed in 2 milliseconds