Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/ciphers/
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()
414 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen)) in gcm_cipher_internal()
Dciphercommon_ccm.c326 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen)) in ccm_set_iv()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
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()
Dciphercommon_ccm.c329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen)) in ccm_set_iv()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h74 OSSL_CCM_setiv_fn setiv; member
Dciphercommon_gcm.h97 OSSL_GCM_setiv_fn setiv; member
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_ccm.h74 OSSL_CCM_setiv_fn setiv; member
Dciphercommon_gcm.h97 OSSL_GCM_setiv_fn setiv; member