Searched refs:SMB2_ENCRYPTION_AES256_GCM (Results 1 – 8 of 8) 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()1135 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1145 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1151 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) in ksmbd_crypt_message()1192 conn->cipher_type == SMB2_ENCRYPTION_AES256_GCM) { in ksmbd_crypt_message()
925 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()8895 cipher_type == SMB2_ENCRYPTION_AES256_GCM) in fill_transform_hdr()
370 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()487 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()920 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()934 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
302 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()
644 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()649 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()853 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()873 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
4191 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()4341 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4368 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4566 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in decrypt_raw_data()
486 #define SMB2_ENCRYPTION_AES256_GCM cpu_to_le16(0x0004) macro