Searched refs:tag_set (Results 1 – 4 of 4) sorted by relevance
94 ctx->tag_set = 1; in ossl_ccm_set_ctx_params()205 if (!ctx->enc || !ctx->tag_set) { in ossl_ccm_get_ctx_params()215 ctx->tag_set = 0; in ossl_ccm_get_ctx_params()420 ctx->tag_set = 1; in ccm_cipher_internal()423 if (!ctx->tag_set) in ccm_cipher_internal()430 ctx->tag_set = 0; in ccm_cipher_internal()447 ctx->tag_set = 0; in ossl_ccm_initctx()
52 int tag_set; /* Set if tag is valid */ member551 cctx->tag_set = 0; in aria_ccm_ctrl()608 cctx->tag_set = 1; in aria_ccm_ctrl()615 if (!EVP_CIPHER_CTX_is_encrypting(c) || !cctx->tag_set) in aria_ccm_ctrl()619 cctx->tag_set = 0; in aria_ccm_ctrl()724 if (!EVP_CIPHER_CTX_is_encrypting(ctx) && !cctx->tag_set) in aria_ccm_cipher()737 cctx->tag_set = 1; in aria_ccm_cipher()754 cctx->tag_set = 0; in aria_ccm_cipher()
947 int tag_set; member2032 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_cipher()2048 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_cipher()2071 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_ctrl()2139 cctx->aes.ccm.tag_set = 1; in s390x_aes_ccm_ctrl()2156 cctx->aes.ccm.tag_set = 0; in s390x_aes_ccm_ctrl()3289 cctx->tag_set = 0; in aes_ccm_ctrl()3347 cctx->tag_set = 1; in aes_ccm_ctrl()3358 cctx->tag_set = 0; in aes_ccm_ctrl()3526 cctx->tag_set = 1; in aes_ccm_cipher()[all …]
34 unsigned int tag_set : 1; /* Set if tag is valid */ member
Completed in 19 milliseconds