Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2transport.c871 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
885 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
H A Dsmb2pdu.h362 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro
H A Dsmb2pdu.c462 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
468 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
639 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
H A Dsmb2ops.c4159 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4338 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()