| /freebsd/contrib/bearssl/tools/ |
| H A D | names.c | 48 const cipher_suite cipher_suites[] = { variable 598 for (u = 0; cipher_suites[u].name; u ++) { in get_suite_name() 599 if (cipher_suites[u].suite == suite) { in get_suite_name() 600 return cipher_suites[u].name; in get_suite_name() 636 for (u = 0; cipher_suites[u].name; u ++) { in uses_ecdhe() 637 if (cipher_suites[u].suite == suite) { in uses_ecdhe() 638 return (cipher_suites[u].req in uses_ecdhe() 664 for (u = 0; cipher_suites[u].name; u ++) { in list_names() 666 cipher_suites[u].name, in list_names() 667 cipher_suites[u].comment); in list_names() [all …]
|
| H A D | twrch.c | 605 for (u = 0; cipher_suites[u].name; u ++) { in do_twrch() 606 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_twrch() 614 for (u = 0; cipher_suites[u].name; u ++) { in do_twrch() 615 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_twrch() 618 suites[num_suites ++] = cipher_suites[u]; in do_twrch()
|
| H A D | client.c | 860 for (u = 0; cipher_suites[u].name; u ++) { in do_client() 861 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_client() 869 for (u = 0; cipher_suites[u].name; u ++) { in do_client() 870 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_client() 873 suites[num_suites ++] = cipher_suites[u]; in do_client()
|
| H A D | server.c | 933 for (u = 0; cipher_suites[u].name; u ++) { in do_server() 934 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_server() 942 for (u = 0; cipher_suites[u].name; u ++) { in do_server() 943 if ((cipher_suites[u].req & REQ_TLS12) == 0 in do_server() 946 suites[num_suites ++] = cipher_suites[u]; in do_server()
|
| H A D | brssl.h | 249 extern const cipher_suite cipher_suites[];
|
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_server_i.h | 40 u16 cipher_suites[MAX_CIPHER_COUNT]; member
|
| H A D | tlsv1_client_i.h | 46 u16 cipher_suites[MAX_CIPHER_COUNT]; member
|
| H A D | tlsv1_server.c | 399 suites = conn->cipher_suites; in tlsv1_server_init() 694 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
|
| H A D | tlsv1_client.c | 485 suites = conn->cipher_suites; in tlsv1_client_init() 818 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()
|
| H A D | tlsv1_server_read.c | 253 if (testing_cipher_suite_filter(conn, conn->cipher_suites[i])) in tls_process_client_hello() 259 if (!cipher_suite && tmp == conn->cipher_suites[i]) { in tls_process_client_hello()
|
| H A D | tlsv1_client_write.c | 108 WPA_PUT_BE16(pos, conn->cipher_suites[i]); in tls_send_client_hello()
|
| H A D | tlsv1_client_read.c | 175 if (cipher_suite == conn->cipher_suites[i]) in tls_process_server_hello()
|
| /freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/ |
| H A D | ssltraceref-zlib.txt | 12 cipher_suites (len=2)
|
| H A D | ssltraceref.txt | 12 cipher_suites (len=2)
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 7045 int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites, int sslv2format) in ssl_cache_cipherlist() argument 7051 if (PACKET_remaining(cipher_suites) == 0) { in ssl_cache_cipherlist() 7056 if (PACKET_remaining(cipher_suites) % n != 0) { in ssl_cache_cipherlist() 7066 size_t numciphers = PACKET_remaining(cipher_suites) / n; in ssl_cache_cipherlist() 7067 PACKET sslv2ciphers = *cipher_suites; in ssl_cache_cipherlist() 7102 } else if (!PACKET_memdup(cipher_suites, &s->s3.tmp.ciphers_raw, in ssl_cache_cipherlist() 7125 int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites, in ossl_bytes_to_cipher_list() argument 7139 if (PACKET_remaining(cipher_suites) == 0) { in ossl_bytes_to_cipher_list() 7147 if (PACKET_remaining(cipher_suites) % n != 0) { in ossl_bytes_to_cipher_list() 7166 while (PACKET_copy_bytes(cipher_suites, cipher, n)) { in ossl_bytes_to_cipher_list() [all …]
|
| H A D | ssl_local.h | 2559 __owur int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites, 2561 __owur int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites,
|
| /freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/ |
| H A D | ssltraceref-zlib.txt | 12 cipher_suites (len=2)
|
| H A D | ssltraceref.txt | 12 cipher_suites (len=2)
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1136 const uint32_t *cipher_suites; 1128 const uint32_t *cipher_suites; global() member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 7196 static const u32 cipher_suites[] = { in __ath12k_mac_register() local 7297 ar->hw->wiphy->cipher_suites = cipher_suites; in __ath12k_mac_register() 7298 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath12k_mac_register()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mac80211.c | 164 hw->wiphy->cipher_suites = mld_ciphers; in iwl_mld_hw_set_security()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 10009 static const u32 cipher_suites[] = { 10351 ar->hw->wiphy->cipher_suites = cipher_suites; 10358 ar->hw_params.n_cipher_suites > ARRAY_SIZE(cipher_suites)) { 10043 static const u32 cipher_suites[] = { global() local
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 10266 static const u32 cipher_suites[] = { in __ath11k_mac_register() local 10421 ar->hw->wiphy->cipher_suites = cipher_suites; in __ath11k_mac_register() 10422 ar->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites); in __ath11k_mac_register()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 455 hw->wiphy->cipher_suites = mvm->ciphers; in iwl_mvm_mac_setup_register()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 6791 ic, hw->wiphy->cipher_suites[i]);
|