Home
last modified time | relevance | path

Searched refs:cipher_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1690 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local
1694 cipher_str = gnutls_cipher_get_name(cipher); in tls_get_cipher()
1695 if (!cipher_str) in tls_get_cipher()
1696 cipher_str = ""; in tls_get_cipher()
1709 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str); in tls_get_cipher()
1712 kx_str, cipher_str, mac_str); in tls_get_cipher()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c4652 const char *cipher_str[] = { in test_early_data_psk_with_all_ciphers() local
4689 if (cipher_str[idx] == NULL) in test_early_data_psk_with_all_ciphers()
4713 if (!TEST_true(SSL_set_ciphersuites(clientssl, cipher_str[idx])) in test_early_data_psk_with_all_ciphers()
4714 || !TEST_true(SSL_set_ciphersuites(serverssl, cipher_str[idx]))) in test_early_data_psk_with_all_ciphers()