Home
last modified time | relevance | path

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

/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic217 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,
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h267 virtual void ciphers(const std::string &enable);
DTSSLSocket.cpp417 void TSSLSocketFactory::ciphers(const string &enable) in ciphers() function in apache::thrift::transport::TSSLSocketFactory
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c462 static const struct wifi_cipher_desc ciphers[] = { variable
524 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()
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst239 server.ssl.ciphers=TLS_RSA_WITH_AES_256_CBC_SHA256,
/Zephyr-latest/doc/security/
Dsensor-threat.rst220 [th-tls-ciphers]_.
378 .. [th-tls-ciphers]
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1563 int *ciphers = optval; in tls_opt_ciphersuite_list_get() local
1578 ciphers[i] = selected_ciphers[i]; in tls_opt_ciphersuite_list_get()
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst613 * :github:`7372` - Create socket options for certificates and ciphers
615 * :github:`7370` - Add Kconfig options to handle certificates and ciphers.
Drelease-notes-3.3.rst3837 * :github:`2837` - Ability to use hardware-based block ciphers