Home
last modified time | relevance | path

Searched refs:iv_set (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/evp/
H A De_aria.c250 gctx->iv_set = 1; in aria_gcm_init_key()
263 gctx->iv_set = 0; in aria_gcm_ctrl()
335 gctx->iv_set = 1; in aria_gcm_ctrl()
344 gctx->iv_set = 1; in aria_gcm_ctrl()
449 gctx->iv_set = 0; in aria_gcm_tls_cipher()
466 if (!gctx->iv_set) in aria_gcm_cipher()
488 gctx->iv_set = 0; in aria_gcm_cipher()
494 gctx->iv_set = 0; in aria_gcm_cipher()
532 cctx->iv_set = 1; in aria_ccm_init_key()
544 cctx->iv_set = 0; in aria_ccm_ctrl()
[all …]
H A De_aes.c258 gctx->iv_set = 1; in aesni_gcm_init_key()
351 cctx->iv_set = 1; in aesni_ccm_init_key()
412 octx->iv_set = 1; in aesni_ocb_init_key()
939 int iv_set; member
996 int iv_set; member
1699 gctx->iv_set = 0; in s390x_aes_gcm_tls_cipher()
1723 if (!gctx->iv_set) in s390x_aes_gcm_cipher()
3005 gctx->iv_set = 0; in aes_gcm_tls_cipher()
3061 if (!gctx->iv_set) in aes_gcm_cipher()
3594 if (!cctx->iv_set) in aes_ccm_cipher()
[all …]
/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c114 ctx->iv_set = 0; in ossl_ccm_set_ctx_params()
219 ctx->iv_set = 0; in ossl_ccm_get_ctx_params()
242 ctx->iv_set = 1; in ccm_init()
401 if (!ctx->iv_set) in ccm_cipher_internal()
432 ctx->iv_set = 0; in ccm_cipher_internal()
449 ctx->iv_set = 0; in ossl_ccm_initctx()
H A Dcipher_aes_xts.h53 unsigned int iv_set : 1; member
H A Dcipher_aes_xts_s390x.inc49 xctx->plat.s390x.iv_set = 1;
121 || !xctx->plat.s390x.iv_set
H A Dcipher_chacha20_hw.c33 if (bctx->iv_set) { in chacha20_initiv()
H A Dcipher_tdes_common.c94 } else if (ctx->iv_set in tdes_init()
H A Dcipher_des.c87 } else if (ctx->iv_set) { in des_init()
H A Dciphercommon.c206 if (iv == NULL && ctx->iv_set in cipher_generic_init_internal()
686 ctx->iv_set = 1; in ossl_cipher_generic_initiv()
H A Dcipher_aes_xts.c189 || !ctx->base.iv_set in aes_xts_cipher()
H A Dcipher_sm4_xts.c129 || !ctx->base.iv_set in sm4_xts_cipher()
H A Dcipher_aes_wrp.c212 rv = wctx->wrapfn(&wctx->ks.ks, ctx->iv_set ? ctx->iv : NULL, out, in, in aes_wrap_cipher_internal()
H A Dcipher_chacha20_poly1305_hw.c101 bctx->iv_set = 1; in chacha20_poly1305_initiv()
/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h37 unsigned int iv_set : 1; /* Set if an iv is set */ member
H A Dciphercommon.h71 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */ member

Completed in 40 milliseconds