Searched refs:setiv (Results 1 – 9 of 9) sorted by relevance
| /src/sys/crypto/openssl/ |
| H A D | ossl_aes_gcm.h | 37 void (*setiv)(struct ossl_gcm_context *ctx, const unsigned char *iv, member
|
| H A D | ossl_aes.c | 205 ctx.ops->setiv(&ctx, iv, csp->csp_ivlen); in ossl_aes_gcm()
|
| H A D | ossl_aes_gcm.c | 595 .setiv = gcm_setiv_op,
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_gcm.c | 116 || !ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen)) in getivgen() 138 if (!ctx->hw->setiv(ctx, ctx->iv, ctx->ivlen)) in setivinv() 437 if (!hw->setiv(ctx, ctx->iv, ctx->ivlen)) in gcm_cipher_internal()
|
| H A D | ciphercommon_ccm.c | 329 if (!hw->setiv(ctx, ctx->iv, ccm_get_ivlen(ctx), mlen)) in ccm_set_iv()
|
| /src/crypto/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon_ccm.h | 65 OSSL_CCM_setiv_fn setiv; member
|
| H A D | ciphercommon_gcm.h | 92 OSSL_GCM_setiv_fn setiv; member
|
| /src/sys/crypto/openssl/amd64/ |
| H A D | ossl_aes_gcm_avx512.c | 212 .setiv = gcm_setiv_avx512,
|
| /src/sys/crypto/openssl/arm/ |
| H A D | ossl_aes_gcm_neon.c | 340 .setiv = gcm_setiv,
|