Lines Matching defs:key
1482 cifs_tcon_dbg(VFS, "refcpy ioctl error %d getting resume key\n", rc);
1486 cifs_tcon_dbg(VFS, "Invalid refcopy resume key length\n");
1766 cifs_dbg(FYI, "%s: about to call request res key\n", __func__);
1767 /* Request a key from the server to identify the source of the copy */
1789 /* Request server copy to target from src identified by key */
4255 smb2_get_enc_key(struct TCP_Server_Info *server, __u64 ses_id, int enc, u8 *key)
4266 memcpy(key, ses_enc_key, SMB3_ENC_DEC_KEY_SIZE);
4293 u8 key[SMB3_ENC_DEC_KEY_SIZE];
4301 rc = smb2_get_enc_key(server, tr_hdr->SessionId, enc, key);
4303 cifs_server_dbg(VFS, "%s: Could not get %scryption key\n", __func__,
4319 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE);
4321 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE);
4324 cifs_server_dbg(VFS, "%s: Failed to set aead key %d\n", __func__, rc);