Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/doc/ssl/
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
DSSL_CIPHER_get_name.pod118 L<ssl(3)|ssl(3)>, L<SSL_get_current_cipher(3)|SSL_get_current_cipher(3)>,
Dssl.pod541 =item SSL_CIPHER *B<SSL_get_current_cipher>(SSL *ssl);
/freebsd-10-stable/secure/lib/libssl/
DMakefile.man56 MAN+= SSL_get_current_cipher.3
233 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher.3
234 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_name.3
235 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_bits.3
236 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_version.3
/freebsd-10-stable/crypto/openssl/ssl/
Dssl.h1610 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1612 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1614 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1616 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1831 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
Dssltest.c398 ciph = SSL_get_current_cipher(c_ssl); in print_details()
Dssl_lib.c2812 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/freebsd-10-stable/crypto/openssl/util/
Dssleay.num115 SSL_get_current_cipher 127 EXIST::FUNCTION:
/freebsd-10-stable/crypto/openssl/apps/
Ds_server.c2441 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in init_ssl_connection()
2755 c = SSL_get_current_cipher(con); in www_body()
Ds_client.c2007 c = SSL_get_current_cipher(s); in print_stuff()
/freebsd-10-stable/contrib/sendmail/src/
Dtls.c1467 c = SSL_get_current_cipher(ssl);
/freebsd-10-stable/
DObsoleteFiles.inc3552 OLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz