Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dauth.c1132 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1142 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
1189 if (conn->cipher_type == SMB2_ENCRYPTION_AES128_GCM || in ksmbd_crypt_message()
H A Dsmb2pdu.c925 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
8951 if (cipher_type == SMB2_ENCRYPTION_AES128_GCM || in fill_transform_hdr()
/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c943 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
957 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()
H A Dioctl.c277 case SMB2_ENCRYPTION_AES128_GCM: in cifs_dump_full_key()
H A Dsmb2ops.c4127 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()
4304 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()
4468 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in decrypt_raw_data()
H A Dsmb2pdu.c645 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
651 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
869 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h484 #define SMB2_ENCRYPTION_AES128_GCM cpu_to_le16(0x0002) macro