Searched refs:Ciphers (Results 1 – 10 of 10) sorted by relevance
42 Encryption with Associated Data), Block Ciphers, Ciphers, Compressors and45 Please note that Block Ciphers is somewhat of a misnomer. It is in fact47 between Block Ciphers and Ciphers is that the latter operates on exactly
47 Single-Block Symmetric Ciphers [CIPHER]98 Multi-Block Ciphers
20 Ciphers And Templates
468 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 …]
408 __le16 Ciphers[]; member
751 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()
1042 comment "Ciphers"
8891 # Ciphers
Completed in 57 milliseconds