Home
last modified time | relevance | path

Searched refs:SMB3_GCM128_CRYPTKEY_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/fs/cifs/
A Dsmb2glob.h51 #define SMB3_GCM128_CRYPTKEY_SIZE (16) macro
A Dsmb2transport.c464 SMB3_GCM128_CRYPTKEY_SIZE, ses->smb3encryptionkey); in generate_smb3signingkey()
466 SMB3_GCM128_CRYPTKEY_SIZE, ses->smb3decryptionkey); in generate_smb3signingkey()
A Dioctl.c260 out.server_in_key_length = out.server_out_key_length = SMB3_GCM128_CRYPTKEY_SIZE; in cifs_dump_full_key()
A Dsmb2ops.c4524 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in crypt_message()
/linux/fs/ksmbd/
A Dauth.c825 SMB3_GCM128_CRYPTKEY_SIZE, sess->smb3encryptionkey); in generate_smb3encryptionkey()
827 SMB3_GCM128_CRYPTKEY_SIZE, sess->smb3decryptionkey); in generate_smb3encryptionkey()
1092 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in ksmbd_crypt_message()
A Dsmb2pdu.h26 #define SMB3_GCM128_CRYPTKEY_SIZE 16 macro

Completed in 24 milliseconds