Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2transport.c853 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
867 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
Dsmb2pdu.h357 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro
Dsmb2pdu.c455 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
460 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
614 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
634 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
Dsmb2ops.c3974 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4109 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in crypt_message()
4152 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()