Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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()
H A Dsmb2pdu.h365 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro
H A 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()
H A Dsmb2ops.c4160 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()
4296 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
4339 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()