Searched refs:cipher_type (Results 1 – 6 of 6) sorted by relevance
358 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_key()359 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_key()454 cifs_dbg(VFS, "Cipher type %d\n", server->cipher_type); in generate_smb3signingkey()459 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in generate_smb3signingkey()460 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) { in generate_smb3signingkey()870 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()871 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()884 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in smb3_crypto_aead_allocate()885 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in smb3_crypto_aead_allocate()
289 pkey_inf.cipher_type = in cifs_ioctl()290 le16_to_cpu(tcon->ses->server->cipher_type); in cifs_ioctl()
62 __u16 cipher_type; member
4162 struct smb_rqst *old_rq, __le16 cipher_type) in fill_transform_hdr() argument4171 if ((cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in fill_transform_hdr()4172 (cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in fill_transform_hdr()4320 if ((server->cipher_type == SMB2_ENCRYPTION_AES256_CCM) || in crypt_message()4321 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4346 if ((server->cipher_type == SMB2_ENCRYPTION_AES128_GCM) || in crypt_message()4347 (server->cipher_type == SMB2_ENCRYPTION_AES256_GCM)) in crypt_message()4449 fill_transform_hdr(tr_hdr, orig_len, old_rq, server->cipher_type); in smb3_init_transform_rq()
768 __le16 cipher_type; member
639 server->cipher_type = 0; in decode_encrypt_ctx()650 server->cipher_type = ctxt->Ciphers[0]; in decode_encrypt_ctx()967 server->cipher_type = SMB2_ENCRYPTION_AES128_CCM; in SMB2_negotiate()