Searched refs:in_tag (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/net/ceph/ |
D | messenger_v1.c | 577 con->v1.in_tag = CEPH_MSGR_TAG_SEQ; in prepare_read_seq() 584 con->v1.in_tag = CEPH_MSGR_TAG_READY; in prepare_read_tag() 757 dout("process_connect on %p tag %d\n", con, con->v1.in_tag); in process_connect() 962 if (con->v1.in_tag == CEPH_MSGR_TAG_ACK) in process_ack() 1120 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1145 con->v1.in_tag = CEPH_MSGR_TAG_READY; in read_partial_message() 1263 dout("try_read tag %d in_base_pos %d\n", con->v1.in_tag, in ceph_con_v1_try_read() 1314 if (con->v1.in_tag == CEPH_MSGR_TAG_READY) { in ceph_con_v1_try_read() 1318 ret = ceph_tcp_recvmsg(con->sock, &con->v1.in_tag, 1); in ceph_con_v1_try_read() 1321 dout("try_read got tag %d\n", con->v1.in_tag); in ceph_con_v1_try_read() [all …]
|
/Linux-v6.1/drivers/crypto/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 | 105 u8 in_tag[AES_BLOCK_SIZE]; member 761 sg_pcopy_to_buffer(req->src, rctx->src_nents, rctx->in_tag, in kmb_ocs_aead_dma_prepare() 909 rctx->in_tag, tag_size); in kmb_ocs_aead_run() 925 rc = memcmp(rctx->in_tag, rctx->out_tag, tag_size) ? in kmb_ocs_aead_run()
|
/Linux-v6.1/include/linux/ceph/ |
D | messenger.h | 313 u8 in_tag; /* protocol control byte */ member
|
/Linux-v6.1/drivers/crypto/stm32/ |
D | stm32-cryp.c | 1201 u32 in_tag[AES_BLOCK_32], out_tag[AES_BLOCK_32]; in stm32_cryp_read_auth_tag() local 1203 scatterwalk_copychunks(in_tag, &cryp->in_walk, cryp->authsize, 0); in stm32_cryp_read_auth_tag() 1208 if (crypto_memneq(in_tag, out_tag, cryp->authsize)) in stm32_cryp_read_auth_tag()
|