Home
last modified time | relevance | path

Searched refs:auth_encrypt (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h76 OSSL_CCM_auth_encrypt_fn auth_encrypt; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c367 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 Dciphercommon_ccm.c364 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 3 milliseconds