Searched refs:cipher_str (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_gnutls.c | 1680 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 D | sslapitest.c | 4468 const char *cipher_str[] = { in test_early_data_psk_with_all_ciphers() local 4505 if (cipher_str[idx] == NULL) in test_early_data_psk_with_all_ciphers() 4529 if (!TEST_true(SSL_set_ciphersuites(clientssl, cipher_str[idx])) in test_early_data_psk_with_all_ciphers() 4530 || !TEST_true(SSL_set_ciphersuites(serverssl, cipher_str[idx]))) in test_early_data_psk_with_all_ciphers()
|