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.c1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local
1684 cipher_str = gnutls_cipher_get_name(cipher); in tls_get_cipher()
1685 if (!cipher_str) in tls_get_cipher()
1686 cipher_str = ""; in tls_get_cipher()
1699 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str); in tls_get_cipher()
1702 kx_str, cipher_str, mac_str); in tls_get_cipher()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c4368 const char *cipher_str[] = { in test_early_data_psk_with_all_ciphers() local
4391 if (cipher_str[idx] == NULL) in test_early_data_psk_with_all_ciphers()
4403 if (!TEST_true(SSL_set_ciphersuites(clientssl, cipher_str[idx])) in test_early_data_psk_with_all_ciphers()
4404 || !TEST_true(SSL_set_ciphersuites(serverssl, cipher_str[idx]))) in test_early_data_psk_with_all_ciphers()