Searched refs:SMB2_ENCRYPTION_AES256_GCM (Results 1 – 8 of 8) sorted by relevance
738 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in generate_key()861 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in generate_smb3encryptionkey()1129 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1139 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1145 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1186 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
940 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()8547 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
368 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()480 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()913 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()927 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
263 case SMB2_ENCRYPTION_AES256_GCM: in cifs_dump_full_key()
484 if (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in cifs_debug_data_proc_show()
483 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()488 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()682 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()702 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
4189 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()4349 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4376 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()
476 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro