Home
last modified time | relevance | path

Searched refs:setiv (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_aes_gcm.h37 void (*setiv)(struct ossl_gcm_context *ctx, const unsigned char *iv, member
H A Dossl_aes.c205 ctx.ops->setiv(&ctx, iv, csp->csp_ivlen); in ossl_aes_gcm()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c115 || !ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen)) in getivgen()
137 if (!ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen)) in setivinv()
419 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen)) in gcm_cipher_internal()
H A Dciphercommon_ccm.c329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen)) in ccm_set_iv()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h74 OSSL_CCM_setiv_fn setiv; member
H A Dciphercommon_gcm.h97 OSSL_GCM_setiv_fn setiv; member
/freebsd/sys/crypto/openssl/amd64/
H A Dossl_aes_gcm.c215 .setiv = gcm_setiv_avx512,
668 .setiv = gcm_setiv_aesni,
/freebsd/sys/crypto/openssl/arm/
H A Dossl_aes_gcm.c340 .setiv = gcm_setiv,