Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A De_aria.c250 gctx->iv_set = 1; in aria_gcm_init_key()
263 gctx->iv_set = 0; in aria_gcm_ctrl()
337 gctx->iv_set = 1; in aria_gcm_ctrl()
346 gctx->iv_set = 1; in aria_gcm_ctrl()
453 gctx->iv_set = 0; in aria_gcm_tls_cipher()
470 if (!gctx->iv_set) in aria_gcm_cipher()
492 gctx->iv_set = 0; in aria_gcm_cipher()
498 gctx->iv_set = 0; in aria_gcm_cipher()
536 cctx->iv_set = 1; in aria_ccm_init_key()
548 cctx->iv_set = 0; in aria_ccm_ctrl()
[all …]
A De_aes.c250 gctx->iv_set = 1; in aesni_gcm_init_key()
331 cctx->iv_set = 1; in aesni_ccm_init_key()
386 octx->iv_set = 1; in aesni_ocb_init_key()
889 int iv_set; member
946 int iv_set; member
1614 gctx->iv_set = 0; in s390x_aes_gcm_tls_cipher()
1638 if (!gctx->iv_set) in s390x_aes_gcm_cipher()
2915 gctx->iv_set = 0; in aes_gcm_tls_cipher()
2971 if (!gctx->iv_set) in aes_gcm_cipher()
3493 if (!cctx->iv_set) in aes_ccm_cipher()
[all …]
/openssl-master/providers/implementations/ciphers/
A Dciphercommon_ccm.c216 ctx->iv_set = 0; in ossl_ccm_get_ctx_params()
239 ctx->iv_set = 1; in ccm_init()
398 if (!ctx->iv_set) in ccm_cipher_internal()
429 ctx->iv_set = 0; in ccm_cipher_internal()
446 ctx->iv_set = 0; in ossl_ccm_initctx()
A Dcipher_chacha20_hw.c33 if (bctx->iv_set) { in chacha20_initiv()
A Dcipher_tdes_common.c80 } else if (ctx->iv_set in tdes_init()
A Dcipher_des.c89 } else if (ctx->iv_set) { in des_init()
A Dciphercommon.c202 if (iv == NULL && ctx->iv_set in cipher_generic_init_internal()
654 ctx->iv_set = 1; in ossl_cipher_generic_initiv()
A Dcipher_aes_xts.c165 || !ctx->base.iv_set in aes_xts_cipher()
A Dcipher_aes_wrp.c189 rv = wctx->wrapfn(&wctx->ks.ks, ctx->iv_set ? ctx->iv : NULL, out, in, in aes_wrap_cipher_internal()
A Dcipher_chacha20_poly1305_hw.c102 bctx->iv_set = 1; in chacha20_poly1305_initiv()
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_ccm.h33 unsigned int iv_set : 1; /* Set if an iv is set */ member
A Dciphercommon.h60 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */ member

Completed in 24 milliseconds