Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_get_current_cipher.pod5 SSL_get_current_cipher, SSL_get_cipher_name, SSL_get_cipher,
13 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)>,
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map254 SSL_get_current_cipher;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1114 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1116 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1118 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1120 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1518 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
/freebsd-13.1/crypto/openssl/ssl/
H A Dd1_lib.c936 const SSL_CIPHER *ciph = SSL_get_current_cipher(s); in DTLS_get_data_mtu()
H A Dssl_lib.c4078 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile377 MAN+= SSL_get_current_cipher.3
2778 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher.3
2779 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_bits.3
2780 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_name.3
2781 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_version.3
2782 MLINKS+= SSL_get_current_cipher.3 SSL_get_pending_cipher.3
/freebsd-13.1/crypto/openssl/apps/
H A Ds_cb.c1204 c = SSL_get_current_cipher(s); in print_ssl_summary()
H A Ds_server.c2884 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in print_connection_info()
3191 c = SSL_get_current_cipher(con); in www_body()
H A Ds_client.c3278 c = SSL_get_current_cipher(s); in print_stuff()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c1771 c = SSL_get_current_cipher(ssl);
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod541 =item SSL_CIPHER *B<SSL_get_current_cipher>(SSL *ssl);
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c4150 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()
5751 cipher = SSL_get_current_cipher(conn->ssl); in tls_connection_get_cipher_suite()
/freebsd-13.1/
H A DObsoleteFiles.inc11852 OLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz