Home
last modified time | relevance | path

Searched refs:SMB2_ENCRYPTION_AES256_GCM (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dauth.c738 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in generate_key()
861 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()
1129 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1139 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1145 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()
1186 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
H A Dsmb2pdu.c937 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
8570 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2transport.c359 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
460 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
871 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
885 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
H A Dsmb2pdu.c463 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
468 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
625 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
645 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
H A Dsmb2pdu.h365 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro
H A Dsmb2ops.c4169 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4318 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4344 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2transport.c368 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
485 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
918 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
932 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
H A Dioctl.c277 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
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()
825 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
845 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
H A Dcifs_debug.c501 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in cifs_debug_data_proc_show()
H A Dsmb2ops.c4228 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4388 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4415 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h476 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro

Completed in 50 milliseconds