Searched refs:len_set (Results 1 – 6 of 6) 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()
52 int len_set; /* Set if message length set */ member542 cctx->len_set = 0; in aria_ccm_ctrl()611 cctx->len_set = 0; in aria_ccm_ctrl()703 cctx->len_set = 1; in aria_ccm_cipher()707 if (!cctx->len_set && len) in aria_ccm_cipher()718 if (!cctx->len_set) { in aria_ccm_cipher()722 cctx->len_set = 1; in aria_ccm_cipher()746 cctx->len_set = 0; in aria_ccm_cipher()
70 int len_set; /* Set if message length set */ member1147 int len_set; member2219 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_init_key()2260 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2265 if (!cctx->aes.ccm.len_set && len) in s390x_aes_ccm_cipher()2278 if (!cctx->aes.ccm.len_set) { in s390x_aes_ccm_cipher()2285 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2329 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()3513 cctx->len_set = 0; in aes_ccm_ctrl()3581 cctx->len_set = 0; in aes_ccm_ctrl()[all …]
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 */ member944 int len_set; member1994 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()1999 if (!cctx->aes.ccm.len_set && len) in s390x_aes_ccm_cipher()2012 if (!cctx->aes.ccm.len_set) { in s390x_aes_ccm_cipher()2019 cctx->aes.ccm.len_set = 1; in s390x_aes_ccm_cipher()2043 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_cipher()2066 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()2152 cctx->aes.ccm.len_set = 0; in s390x_aes_ccm_ctrl()3284 cctx->len_set = 0; in aes_ccm_ctrl()[all …]
35 unsigned int len_set : 1; /* Set if message length set */ member