Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/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