Searched refs:in_tag (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/ceph/ |
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() 751 dout("process_connect on %p tag %d\n", con, con->v1.in_tag); in process_connect() 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() 1339 dout("try_read tag %d in_base_pos %d\n", con->v1.in_tag, in ceph_con_v1_try_read() 1390 if (con->v1.in_tag == CEPH_MSGR_TAG_READY) { in ceph_con_v1_try_read() 1394 ret = ceph_tcp_recvmsg(con->sock, &con->v1.in_tag, 1); in ceph_con_v1_try_read() 1397 dout("try_read got tag %d\n", con->v1.in_tag); in ceph_con_v1_try_read() [all …]
|
/linux-6.12.1/drivers/crypto/intel/keembay/ |
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()
|
D | ocs-aes.h | 117 u8 *in_tag,
|
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.12.1/include/linux/ceph/ |
D | messenger.h | 350 u8 in_tag; /* protocol control byte */ member
|
/linux-6.12.1/drivers/crypto/stm32/ |
D | stm32-cryp.c | 1879 u32 in_tag[AES_BLOCK_32], out_tag[AES_BLOCK_32]; in stm32_cryp_read_auth_tag() local 1881 scatterwalk_copychunks(in_tag, &cryp->in_walk, cryp->authsize, 0); in stm32_cryp_read_auth_tag() 1884 if (crypto_memneq(in_tag, out_tag, cryp->authsize)) in stm32_cryp_read_auth_tag()
|