Searched refs:len_set (Results 1 – 8 of 8) sorted by relevance
217 ctx->len_set = 0; in ossl_ccm_get_ctx_params()328 ctx->len_set = 1; in ccm_set_iv()407 if (!ctx->len_set && len) in ccm_cipher_internal()414 if (!ctx->len_set && !ccm_set_iv(ctx, len)) in ccm_cipher_internal()431 ctx->len_set = 0; in ccm_cipher_internal()448 ctx->len_set = 0; in ossl_ccm_initctx()
53 int len_set; /* Set if message length set */ member552 cctx->len_set = 0; in aria_ccm_ctrl()621 cctx->len_set = 0; in aria_ccm_ctrl()713 cctx->len_set = 1; in aria_ccm_cipher()717 if (!cctx->len_set && len) in aria_ccm_cipher()728 if (!cctx->len_set) { in aria_ccm_cipher()731 cctx->len_set = 1; in aria_ccm_cipher()755 cctx->len_set = 0; in aria_ccm_cipher()
88 int len_set; /* Set if message length set */ member948 int len_set; member2000 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2005 if (!cctx->aes.ccm.len_set && len) in s390x_aes_ccm_cipher()2018 if (!cctx->aes.ccm.len_set) { in s390x_aes_ccm_cipher()2025 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2049 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_cipher()2072 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()2158 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()3290 cctx->len_set = 0; in aes_ccm_ctrl()[all …]
35 unsigned int len_set : 1; /* Set if message length set */ member