Home
last modified time | relevance | path

Searched refs:Ciphers (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2pdu.c424 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
492 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
493 if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
494 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM)) { in decode_encrypt_ctx()
498 server->cipher_type = ctxt->Ciphers[0]; in decode_encrypt_ctx()
Dsmb2pdu.h295 __le16 Ciphers[1]; /* Ciphers[0] since only one used now */ member
/linux-4.19.296/crypto/
DKconfig1022 comment "Ciphers"