Searched refs:auth_decrypt (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 77 OSSL_CCM_auth_decrypt_fn auth_decrypt; member
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 77 OSSL_CCM_auth_decrypt_fn auth_decrypt; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | ciphercommon_ccm.c | 371 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/ |
D | ciphercommon_ccm.c | 368 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()
|