Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dauth.c730 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in generate_key()
853 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()
1114 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1124 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1130 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1171 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
Dsmb2pdu.c913 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
8553 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
/Linux-v6.1/fs/cifs/
Dsmb2transport.c353 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
461 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
894 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
908 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
Dioctl.c263 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
Dsmb2pdu.c488 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
493 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
671 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
691 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
Dsmb2ops.c4200 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4339 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4382 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h453 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro