Home
last modified time | relevance | path

Searched refs:SMB2_ENCRYPTION_AES256_GCM (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/server/
H A Dauth.c744 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in generate_key()
867 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()
1138 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1148 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1154 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1195 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
H A Dsmb2pdu.c929 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
8976 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
/linux/fs/smb/client/
H A Dioctl.c299 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
H A Dcifs_debug.c530 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in cifs_debug_data_proc_show()
H A Dsmb2ops.c4166 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4316 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4343 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4541 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in decrypt_raw_data()
H A Dsmb2pdu.c626 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
631 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
835 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
855 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
/linux/fs/smb/common/
H A Dsmb2pdu.h486 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro