Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm_hw.c60 if (!ctx->hw->cipherupdate(ctx, in, in_len, out)) in ossl_gcm_one_shot()
H A Dciphercommon_gcm.c431 if (!hw->cipherupdate(ctx, in, len, out)) in gcm_cipher_internal()
/freebsd-14.2/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h99 OSSL_GCM_cipherupdate_fn cipherupdate; member