Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
A 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
A Ddevel-algos.rst47 Single-Block Symmetric Ciphers [CIPHER]
98 Multi-Block Ciphers
A Darchitecture.rst20 Ciphers And Templates
/linux/fs/cifs/
A Dsmb2pdu.c468 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
472 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
473 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES256_GCM; in build_encrypt_ctxt()
474 pneg_ctxt->Ciphers[2] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
478 pneg_ctxt->Ciphers[0] = SMB2_ENCRYPTION_AES128_GCM; in build_encrypt_ctxt()
479 pneg_ctxt->Ciphers[1] = SMB2_ENCRYPTION_AES128_CCM; in build_encrypt_ctxt()
644 if (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctx()
648 } else if (ctxt->Ciphers[0] == 0) { in decode_encrypt_ctx()
663 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES128_GCM) && in decode_encrypt_ctx()
664 (ctxt->Ciphers[0] != SMB2_ENCRYPTION_AES256_GCM)) { in decode_encrypt_ctx()
[all …]
/linux/fs/smbfs_common/
A Dsmb2pdu.h408 __le16 Ciphers[]; member
/linux/fs/ksmbd/
A Dsmb2pdu.c751 pneg_ctxt->Ciphers[0] = cipher_type; in build_encrypt_ctxt()
906 if (pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_GCM || in decode_encrypt_ctxt()
907 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES128_CCM || in decode_encrypt_ctxt()
908 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_CCM || in decode_encrypt_ctxt()
909 pneg_ctxt->Ciphers[i] == SMB2_ENCRYPTION_AES256_GCM) { in decode_encrypt_ctxt()
911 pneg_ctxt->Ciphers[i]); in decode_encrypt_ctxt()
912 conn->cipher_type = pneg_ctxt->Ciphers[i]; in decode_encrypt_ctxt()
/linux/crypto/
A DKconfig1042 comment "Ciphers"
/linux/kernel/
A Dconfig_data8891 # Ciphers
A Dconfig_data.gz
/linux/
A D.config8891 # Ciphers

Completed in 57 milliseconds