Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_get_name (Results 1 – 25 of 27) sorted by relevance

12

/third_party/openssl/test/
Dcipherbytes_test.c58 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 0)), in test_unsupported()
85 if (strcmp(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 0)), in test_v2()
87 strcmp(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 1)), in test_v2()
113 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 0)), in test_v3()
115 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 1)), in test_v3()
117 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(sk, 2)), in test_v3()
119 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(scsv, 0)), in test_v3()
121 || !TEST_str_eq(SSL_CIPHER_get_name(sk_SSL_CIPHER_value(scsv, 1)), in test_v3()
Dciphername_test.c451 q = SSL_CIPHER_get_name(c); in test_cipher_name()
Ddtls_mtu_test.c168 const char *cipher_name = SSL_CIPHER_get_name(cipher); in run_mtu_tests()
Dsslcorrupttest.c166 cipher_list[j++] = SSL_CIPHER_get_name(cipher); in setup_cipher_list()
Dhandshake_helper.c1692 cipher = SSL_CIPHER_get_name(SSL_get_current_cipher(client.ssl)); in do_handshake_internal()
Dssltest_old.c783 SSL_CIPHER_get_version(ciph), SSL_CIPHER_get_name(ciph)); in print_details()
Dsslapitest.c3607 negotiated_scipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
3609 negotiated_ccipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
/third_party/openssl/doc/man3/
DSSL_get_current_cipher.pod26 See L<SSL_CIPHER_get_name(3)> for more details.
60 L<ssl(7)>, L<SSL_CIPHER_get_name(3)>
DSSL_CIPHER_get_name.pod5 SSL_CIPHER_get_name,
26 const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher);
44 SSL_CIPHER_get_name() returns a pointer to the name of B<cipher>. If the
158 SSL_CIPHER_get_name(), SSL_CIPHER_standard_name(), OPENSSL_cipher_name(),
DSSL_get_ciphers.pod83 the L<SSL_CIPHER_get_name(3)> family of functions.
106 L<SSL_CIPHER_get_name(3)>
/third_party/openssl/apps/
Dciphers.c219 p = SSL_CIPHER_get_name(c); in ciphers_main()
Ds_cb.c1110 BIO_puts(bio_err, SSL_CIPHER_get_name(c)); in print_raw_cipherlist()
1205 BIO_printf(bio_err, "Ciphersuite: %s\n", SSL_CIPHER_get_name(c)); in print_ssl_summary()
1394 BIO_puts(sdb->out, SSL_CIPHER_get_name(other)); in security_callback_debug()
Ds_server.c2884 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in print_connection_info()
3154 SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); in www_body()
3187 SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); in www_body()
Ds_client.c3280 SSL_CIPHER_get_version(c), SSL_CIPHER_get_name(c)); in print_stuff()
/third_party/curl/lib/
Dsetup-vms.h267 #define SSL_CIPHER_get_name SSL_CIPHER_GET_NAME macro
/third_party/openssl/include/openssl/
Dssl.h1112 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1118 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1520 __owur const char *SSL_CIPHER_get_name(const SSL_CIPHER *c);
/third_party/libcoap/src/
Dcoap_openssl.c1975 SSL_CIPHER_get_name(peer_cipher)); in tls_secret_call_back()
1976 if (strstr (SSL_CIPHER_get_name (peer_cipher), "PSK")) { in tls_secret_call_back()
2297 SSL_CIPHER_get_name(peer_cipher), in tls_client_hello_call_back()
2299 if (strstr (SSL_CIPHER_get_name (peer_cipher), "PSK")) { in tls_client_hello_call_back()
/third_party/openssl/ssl/
Dssl_ciph.c1853 const char *SSL_CIPHER_get_name(const SSL_CIPHER *c) in SSL_CIPHER_get_name() function
1876 return SSL_CIPHER_get_name(c); in OPENSSL_cipher_name()
/third_party/openssl/doc/man7/
Dssl.pod206 =item const char *B<SSL_CIPHER_get_name>(SSL_CIPHER *cipher);
751 L<SSL_CIPHER_get_name(3)>,
/third_party/openssl/util/
Dlibssl.num197 SSL_CIPHER_get_name 198 1_1_0 EXIST::FUNCTION:
/third_party/node/src/
Dnode_crypto_common.cc330 return GetCipherValue(env, cipher, SSL_CIPHER_get_name); in GetCipherName()
/third_party/python/Modules/
D_ssl.c1904 cipher_name = SSL_CIPHER_get_name(cipher); in cipher_to_tuple()
1950 cipher_name = SSL_CIPHER_get_name(cipher); in cipher_to_dict()
/third_party/nghttp2/src/
Dh2load.cc701 << "Cipher: " << SSL_CIPHER_get_name(cipher) << std::endl; in report_tls_info()
/third_party/node/doc/api/
Dtls.md969 [SSL_CIPHER_get_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html)
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1868 i, sk_SSL_CIPHER_num(ciphers), SSL_CIPHER_get_name(c)); in tls_early_post_process_client_hello()

12