Home
last modified time | relevance | path

Searched refs:aadupdate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dciphercommon_gcm_hw.c58 if (!ctx->hw->aadupdate(ctx, aad, aad_len)) in ossl_gcm_one_shot()
H A Dciphercommon_gcm.c427 if (!hw->aadupdate(ctx, in, len)) in gcm_cipher_internal()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon_gcm.h98 OSSL_GCM_aadupdate_fn aadupdate; member