Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds