Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dauth.c696 sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in generate_key()
818 sess->conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()
1073 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1083 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1089 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1130 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
A Dsmb2pdu.c909 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
8461 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
/linux/fs/cifs/
A Dsmb2transport.c355 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
457 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
869 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
883 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
A Dioctl.c263 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
A Dsmb2pdu.c468 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
473 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
644 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
664 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
A Dsmb2ops.c4385 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4521 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4564 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
/linux/fs/smbfs_common/
A Dsmb2pdu.h398 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro

Completed in 43 milliseconds