Home
last modified time | relevance | path

Searched refs:auth_decrypt (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h77 OSSL_CCM_auth_decrypt_fn auth_decrypt; member
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h77 OSSL_CCM_auth_decrypt_fn auth_decrypt; member
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_ccm.c371 if (!ctx->hw->auth_decrypt(ctx, in, out, len, in ccm_tls_cipher()
429 if (!hw->auth_decrypt(ctx, in, out, len, ctx->buf, ctx->m)) in ccm_cipher_internal()
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_ccm.c368 if (!ctx->hw->auth_decrypt(ctx, in, out, len, in ccm_tls_cipher()
426 if (!hw->auth_decrypt(ctx, in, out, len, ctx->buf, ctx->m)) in ccm_cipher_internal()