Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2transport.c359 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()
461 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()
872 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
886 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
Dsmb2pdu.h365 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro
Dsmb2pdu.c458 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
463 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
620 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
640 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
Dsmb2ops.c4160 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4309 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4335 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()