Searched refs:iv_set (Results 1 – 12 of 12) sorted by relevance
35 int iv_set; /* Set if an iv is set */ member51 int iv_set; /* Set if an iv is set */ member237 if (iv == NULL && gctx->iv_set) in aria_gcm_init_key()241 gctx->iv_set = 1; in aria_gcm_init_key()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()[all …]
50 int iv_set; /* Set if an iv is set */ member86 int iv_set; /* Set if an iv is set */ member106 int iv_set; /* Set if an iv is set */ member237 if (iv == NULL && gctx->iv_set) in aesni_gcm_init_key()241 gctx->iv_set = 1; in aesni_gcm_init_key()250 gctx->iv_set = 1; in aesni_gcm_init_key()331 cctx->iv_set = 1; in aesni_ccm_init_key()371 if (iv == NULL && octx->iv_set) in aesni_ocb_init_key()377 octx->iv_set = 1; in aesni_ocb_init_key()386 octx->iv_set = 1; in aesni_ocb_init_key()[all …]
114 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()
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()
205 if (iv == NULL && ctx->iv_set in cipher_generic_init_internal()685 ctx->iv_set = 1; in ossl_cipher_generic_initiv()
165 || !ctx->base.iv_set in aes_xts_cipher()
209 rv = wctx->wrapfn(&wctx->ks.ks, ctx->iv_set ? ctx->iv : NULL, out, in, in aes_wrap_cipher_internal()
101 bctx->iv_set = 1; in chacha20_poly1305_initiv()
33 unsigned int iv_set : 1; /* Set if an iv is set */ member
67 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */60 unsigned int iv_set : 1; /* Set when the iv is copied to the iv/oiv buffers */ global() member