Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-intro.txt37 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and
40 Please note that Block Ciphers is somewhat of a misnomer. It is in fact
42 between Block Ciphers and Ciphers is that the latter operates on exactly
Ddevel-algos.rst57 Single-Block Symmetric Ciphers [CIPHER]
108 Multi-Block Ciphers
Darchitecture.rst20 Ciphers And Templates
/Linux-v4.19/fs/cifs/
Dsmb2pdu.c398 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
463 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
464 if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
465 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM)) { in decode_encrypt_ctx()
469 server->cipher_type = ctxt->Ciphers[0]; in decode_encrypt_ctx()
Dsmb2pdu.h287 __le16 Ciphers[1]; /* Ciphers[0] since only one used now */ member
/Linux-v4.19/crypto/
DKconfig1022 comment "Ciphers"