Searched refs:SMB2_ENCRYPTION_AES256_GCM (Results 1 – 7 of 7) sorted by relevance
744 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in generate_key()867 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()1138 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1148 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1154 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1195 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
929 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()8976 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
299 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
530 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in cifs_debug_data_proc_show()
4166 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()4316 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4343 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4541 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in decrypt_raw_data()
626 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()631 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()835 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()855 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
486 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro