Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_get_current_cipher.pod5 SSL_get_current_cipher, SSL_get_cipher, SSL_get_cipher_name,
12 SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl);
14 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
16 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
18 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
20 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
24 SSL_get_current_cipher() returns a pointer to an SSL_CIPHER object containing
36 SSL_get_current_cipher() returns the cipher actually used or NULL, when
H A DSSL_CIPHER_get_name.pod109 L<ssl(3)|ssl(3)>, L<SSL_get_current_cipher(3)|SSL_get_current_cipher(3)>,
H A Dssl.pod481 =item SSL_CIPHER *B<SSL_get_current_cipher>(SSL *ssl);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl.h1065 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1067 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1069 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1071 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1226 SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
H A Dssltest.c284 ciph=SSL_get_current_cipher(c_ssl); in print_details()
H A Dssl_lib.c2281 SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_server.c1524 str=SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in init_ssl_connection()
1764 c=SSL_get_current_cipher(con); in www_body()
H A Ds_client.c1193 c=SSL_get_current_cipher(s); in print_stuff()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1178 c = SSL_get_current_cipher(ssl);