Searched refs:len_set (Results 1 – 4 of 4) sorted by relevance
220 ctx->len_set = 0; in ossl_ccm_get_ctx_params()331 ctx->len_set = 1; in ccm_set_iv()410 if (!ctx->len_set && len) in ccm_cipher_internal()417 if (!ctx->len_set && !ccm_set_iv(ctx, len)) in ccm_cipher_internal()434 ctx->len_set = 0; in ccm_cipher_internal()451 ctx->len_set = 0; in ossl_ccm_initctx()
53 int len_set; /* Set if message length set */ member549 cctx->len_set = 0; in aria_ccm_ctrl()617 cctx->len_set = 0; in aria_ccm_ctrl()708 cctx->len_set = 1; in aria_ccm_cipher()712 if (!cctx->len_set && len) in aria_ccm_cipher()723 if (!cctx->len_set) { in aria_ccm_cipher()726 cctx->len_set = 1; in aria_ccm_cipher()750 cctx->len_set = 0; in aria_ccm_cipher()
88 int len_set; /* Set if message length set */ member1006 int len_set; member2098 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2103 if (!cctx->aes.ccm.len_set && len) in s390x_aes_ccm_cipher()2116 if (!cctx->aes.ccm.len_set) { in s390x_aes_ccm_cipher()2123 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2147 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_cipher()2170 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()2256 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()3393 cctx->len_set = 0; in aes_ccm_ctrl()[all …]
39 unsigned int len_set : 1; /* Set if message length set */ member