Searched refs:iv_set (Results 1 – 12 of 12) sorted by relevance
250 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 …]
250 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; member946 int iv_set; member1614 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 …]
216 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()
33 if (bctx->iv_set) { in chacha20_initiv()
80 } else if (ctx->iv_set in tdes_init()
89 } else if (ctx->iv_set) { in des_init()
202 if (iv == NULL && ctx->iv_set in cipher_generic_init_internal()654 ctx->iv_set = 1; in ossl_cipher_generic_initiv()
165 || !ctx->base.iv_set in aes_xts_cipher()
189 rv = wctx->wrapfn(&wctx->ks.ks, ctx->iv_set ? ctx->iv : NULL, out, in, in aes_wrap_cipher_internal()
102 bctx->iv_set = 1; in chacha20_poly1305_initiv()
33 unsigned int iv_set : 1; /* Set if an iv is set */ member
60 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */ member
Completed in 24 milliseconds