Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 4 of 4) sorted by relevance

/modules/mbedtls/
A DKconfig.mbedtls239 comment "Supported ciphers and cipher modes"
242 bool "All available ciphers and modes"
308 bool "Galois/Counter Mode (GCM) for symmetric ciphers"
315 bool "Cipher Block Chaining mode (CBC) for symmetric ciphers"
319 bool "Counter Block Cipher mode (CTR) for symmetric ciphers"
328 bool "CMAC (Cipher-based Message Authentication Code) mode for block ciphers."
671 Key Wrapping mode for 128-bit block ciphers,
/modules/thrift/src/thrift/transport/
A DTSSLSocket.h267 virtual void ciphers(const std::string &enable);
A DTSSLSocket.cpp417 void TSSLSocketFactory::ciphers(const string &enable) in ciphers() function in apache::thrift::transport::TSSLSocketFactory
/modules/hostap/src/
A Dsupp_api.c488 static const struct wifi_cipher_desc ciphers[] = { variable
549 for (index = 0; index < ARRAY_SIZE(ciphers); index++) { in process_cipher_config()
550 if (cipher_capa == ciphers[index].capa) { in process_cipher_config()
551 cipher_config->group_cipher = ciphers[index].name; in process_cipher_config()
552 cipher_config->pairwise_cipher = ciphers[index].name; in process_cipher_config()
557 if (index == ARRAY_SIZE(ciphers)) { in process_cipher_config()

Completed in 18 milliseconds