Lines Matching refs:header_in
145 size_t header_in; member
398 if (!cryp->header_in) { in stm32_crypt_gcmccm_end_header()
458 cryp->header_in -= written; in stm32_cryp_write_ccm_first_header()
1015 cryp->header_in = 0; in stm32_cryp_prepare_req()
1041 cryp->header_in = areq->assoclen; in stm32_cryp_prepare_req()
1045 cryp->header_in = areq->assoclen; in stm32_cryp_prepare_req()
1111 if (unlikely(!cryp->payload_in && !cryp->header_in)) { in stm32_cryp_aead_one_req()
1483 written = min_t(size_t, AES_BLOCK_SIZE, cryp->header_in); in stm32_cryp_irq_write_gcmccm_header()
1489 cryp->header_in -= written; in stm32_cryp_irq_write_gcmccm_header()
1522 if (!cryp->payload_in && !cryp->header_in) in stm32_cryp_irq_thread()
1528 if (!cryp->payload_in && !cryp->header_in && !cryp->payload_out) in stm32_cryp_irq_thread()