Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/fs/cifs/
Dsmb2pdu.c465 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
469 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
470 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
471 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
475 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
476 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
639 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
641 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
645 } else if (ctxt->Ciphers[0] == 0) { in decode_encrypt_ctx()
659 } else if ((ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_CCM) && in decode_encrypt_ctx()
[all …]
Dsmb2pdu.h373 __le16 Ciphers[3]; member
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c753 pneg_ctxt->Ciphers[0] = cipher_type; in build_encrypt_ctxt()
908 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
909 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_CCM || in decode_encrypt_ctxt()
910 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
911 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
913 pneg_ctxt->Ciphers[i]); in decode_encrypt_ctxt()
914 conn->cipher_type = pneg_ctxt->Ciphers[i]; in decode_encrypt_ctxt()
Dsmb2pdu.h305 __le16 Ciphers[]; member
/Linux-v5.15/crypto/
DKconfig1042 comment "Ciphers"