Searched refs:in_tag (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ceph/ |
| H A D | messenger_v1.c | 571 con->v1.in_tag = CEPH_MSGR_TAG_SEQ; in prepare_read_seq() 578 con->v1.in_tag = CEPH_MSGR_TAG_READY; in prepare_read_tag() 956 if (con->v1.in_tag == CEPH_MSGR_TAG_ACK) in process_ack() 1194 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1219 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1398 switch (con->v1.in_tag) { in ceph_con_v1_try_read() 1416 if (con->v1.in_tag == CEPH_MSGR_TAG_MSG) { in ceph_con_v1_try_read() 1439 if (con->v1.in_tag == CEPH_MSGR_TAG_ACK || in ceph_con_v1_try_read() 1440 con->v1.in_tag == CEPH_MSGR_TAG_SEQ) { in ceph_con_v1_try_read() 1494 con->v1.in_tag = CEPH_MSGR_TAG_READY; in ceph_con_v1_try_write() [all …]
|
| /linux-6.15/drivers/crypto/intel/keembay/ |
| H A D | ocs-aes.c | 1024 const u8 *in_tag, u32 tag_size) in ocs_aes_ccm_write_encrypted_tag() argument 1042 iowrite8(in_tag[i], aes_dev->base_reg + in ocs_aes_ccm_write_encrypted_tag() 1316 u8 *in_tag, in ocs_aes_ccm_op() argument 1325 in_tag, tag_size, cipher, OCS_MODE_CCM, in ocs_aes_ccm_op() 1393 ocs_aes_ccm_write_encrypted_tag(aes_dev, in_tag, tag_size); in ocs_aes_ccm_op()
|
| H A D | ocs-aes.h | 117 u8 *in_tag,
|
| H A D | keembay-ocs-aes-core.c | 102 u8 in_tag[AES_BLOCK_SIZE]; member 758 sg_pcopy_to_buffer(req->src, rctx->src_nents, rctx->in_tag, in kmb_ocs_aead_dma_prepare() 906 rctx->in_tag, tag_size); in kmb_ocs_aead_run() 922 rc = memcmp(rctx->in_tag, rctx->out_tag, tag_size) ? in kmb_ocs_aead_run()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | messenger.h | 350 u8 in_tag; /* protocol control byte */ member
|
| /linux-6.15/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 1879 u32 in_tag[AES_BLOCK_32], out_tag[AES_BLOCK_32]; in stm32_cryp_read_auth_tag() local 1881 memcpy_from_scatterwalk(in_tag, &cryp->in_walk, cryp->authsize); in stm32_cryp_read_auth_tag() 1884 if (crypto_memneq(in_tag, out_tag, cryp->authsize)) in stm32_cryp_read_auth_tag()
|