Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/crypto/
Dapi-intro.rst42 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and
45 Please note that Block Ciphers is somewhat of a misnomer. It is in fact
47 between Block Ciphers and Ciphers is that the latter operates on exactly
Ddevel-algos.rst47 Single-Block Symmetric Ciphers [CIPHER]
98 Multi-Block Ciphers
Darchitecture.rst20 Ciphers And Templates
/Linux-v5.10/fs/cifs/
Dsmb2pdu.c455 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
459 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
460 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
461 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
465 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
466 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
612 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
614 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
618 } else if (ctxt->Ciphers[0] == 0) { in decode_encrypt_ctx()
632 } else if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
[all …]
Dsmb2pdu.h367 __le16 Ciphers[3]; member
/Linux-v5.10/crypto/
DKconfig1087 comment "Ciphers"