Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm_hw.c57 if (!ctx->hw->aadupdate(ctx, aad, aad_len)) in ossl_gcm_one_shot()
H A Dciphercommon_gcm.c445 if (!hw->aadupdate(ctx, in, len)) in gcm_cipher_internal()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h93 OSSL_GCM_aadupdate_fn aadupdate; member