Lines Matching full:nonce
889 * @nonce: transform nonce
890 * @nonce_len: nonce length
895 * SMB2_RDMA_CRYPTO_TRANSFORM carries the nonce and authentication tag in the
902 void *buf, unsigned int buflen, const u8 *nonce, in ksmbd_crypt_rdma() argument
918 pr_err("RDMA %s rejected: cipher=0x%04x payload=%u nonce=%u tag=%u\n", in ksmbd_crypt_rdma()
929 pr_err("RDMA %s rejected: cipher=0x%04x invalid nonce=%u expected=%u\n", in ksmbd_crypt_rdma()
937 pr_err("RDMA %s rejected: cipher=0x%04x invalid nonce=%u expected=%u\n", in ksmbd_crypt_rdma()
985 memcpy(iv, nonce, nonce_len); in ksmbd_crypt_rdma()
988 memcpy(iv + 1, nonce, nonce_len); in ksmbd_crypt_rdma()
1007 pr_err("RDMA %s failed: cipher=0x%04x payload=%u nonce=%u tag=%u rc=%d\n", in ksmbd_crypt_rdma()
1012 "RDMA %s completed: cipher=0x%04x payload=%u nonce=%u tag=%u\n", in ksmbd_crypt_rdma()
1105 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in ksmbd_crypt_message()
1108 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in ksmbd_crypt_message()