Home
last modified time | relevance | path

Searched refs:tag_set (Results 1 – 4 of 4) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_ccm.c94 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()
/openssl-master/crypto/evp/
A De_aria.c52 int tag_set; /* Set if tag is valid */ member
551 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()
A De_aes.c947 int tag_set; member
2032 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 …]
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_ccm.h34 unsigned int tag_set : 1; /* Set if tag is valid */ member

Completed in 19 milliseconds