Searched refs:ciphers (Results 1 – 9 of 9) sorted by relevance
217 comment "Supported ciphers and cipher modes"220 bool "All available ciphers and modes"287 bool "Galois/Counter Mode (GCM) for symmetric ciphers"294 bool "Cipher Block Chaining mode (CBC) for symmetric ciphers"298 bool "Counter Block Cipher mode (CTR) for symmetric ciphers"307 bool "CMAC (Cipher-based Message Authentication Code) mode for block ciphers."626 Key Wrapping mode for 128-bit block ciphers,
267 virtual void ciphers(const std::string &enable);
417 void TSSLSocketFactory::ciphers(const string &enable) in ciphers() function in apache::thrift::transport::TSSLSocketFactory
462 static const struct wifi_cipher_desc ciphers[] = { variable524 for (index = 0; index < ARRAY_SIZE(ciphers); index++) { in process_cipher_config()525 if (cipher_capa == ciphers[index].capa) { in process_cipher_config()526 cipher_config->group_cipher = ciphers[index].name; in process_cipher_config()527 cipher_config->pairwise_cipher = ciphers[index].name; in process_cipher_config()532 if (index == ARRAY_SIZE(ciphers)) { in process_cipher_config()
239 server.ssl.ciphers=TLS_RSA_WITH_AES_256_CBC_SHA256,
220 [th-tls-ciphers]_.378 .. [th-tls-ciphers]
1563 int *ciphers = optval; in tls_opt_ciphersuite_list_get() local1578 ciphers[i] = selected_ciphers[i]; in tls_opt_ciphersuite_list_get()
613 * :github:`7372` - Create socket options for certificates and ciphers615 * :github:`7370` - Add Kconfig options to handle certificates and ciphers.
3837 * :github:`2837` - Ability to use hardware-based block ciphers