Home
last modified time | relevance | path

Searched refs:SSL_get_current_cipher (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_current_cipher.pod5 SSL_get_current_cipher, SSL_get_cipher_name, SSL_get_cipher,
13 const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
23 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing
47 SSL_get_current_cipher() returns the cipher actually used, or NULL if
H A DSSL_CIPHER_get_name.pod185 L<ssl(7)>, L<SSL_get_current_cipher(3)>,
/openssl/ssl/
H A Dd1_lib.c959 const SSL_CIPHER *ciph = SSL_get_current_cipher(ssl); in DTLS_get_data_mtu()
H A Dssl_lib.c4735 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/openssl/include/openssl/
H A Dssl.h.in1116 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1118 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1120 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1122 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1553 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
/openssl/util/
H A Dlibssl.num142 SSL_get_current_cipher 143 3_0_0 EXIST::FUNCTION:
/openssl/apps/lib/
H A Ds_cb.c1223 c = SSL_get_current_cipher(s); in print_ssl_summary()
/openssl/test/helpers/
H A Dhandshake.c1679 cipher = SSL_CIPHER_get_name(SSL_get_current_cipher(client.ssl)); in do_handshake_internal()
/openssl/apps/
H A Ds_server.c2999 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in print_connection_info()
3306 c = SSL_get_current_cipher(con); in www_body()
H A Ds_client.c3292 c = SSL_get_current_cipher(s); in print_stuff()
/openssl/doc/
H A Dbuild.info2442 DEPEND[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod
2443 GENERATE[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod
2444 DEPEND[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod
2445 GENERATE[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod
3360 html/man3/SSL_get_current_cipher.html \
3959 man/man3/SSL_get_current_cipher.3 \
/openssl/test/
H A Dsslapitest.c889 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()
932 SSL_CIPHER_get_id(SSL_get_current_cipher(clientssl)))) in test_ccs_change_cipher()
5095 negotiated_scipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
5097 negotiated_ccipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
H A Dssl_old_test.c774 ciph = SSL_get_current_cipher(c_ssl); in print_details()

Completed in 133 milliseconds