Searched refs:setiv (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/providers/implementations/ciphers/ |
D | ciphercommon_gcm.c | 115 || !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()
|
D | ciphercommon_ccm.c | 326 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen)) in ccm_set_iv()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | ciphercommon_gcm.c | 115 || !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()
|
D | ciphercommon_ccm.c | 329 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/ |
D | ciphercommon_ccm.h | 74 OSSL_CCM_setiv_fn setiv; member
|
D | ciphercommon_gcm.h | 97 OSSL_GCM_setiv_fn setiv; member
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 74 OSSL_CCM_setiv_fn setiv; member
|
D | ciphercommon_gcm.h | 97 OSSL_GCM_setiv_fn setiv; member
|