Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/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)>,
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map253 SSL_get_current_cipher;
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h1184 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1186 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1188 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1190 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1618 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
H A Dssl.h.in1112 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1114 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1116 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1118 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1546 __owur const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
/freebsd-14.2/crypto/openssl/ssl/
H A Dd1_lib.c946 const SSL_CIPHER *ciph = SSL_get_current_cipher(s); in DTLS_get_data_mtu()
H A Dssl_lib.c4243 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num142 SSL_get_current_cipher 143 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/apps/lib/
H A Ds_cb.c1241 c = SSL_get_current_cipher(s); in print_ssl_summary()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile500 MAN+= SSL_get_current_cipher.3
4037 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher.3
4038 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_bits.3
4040 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_name.3
4041 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_version.3
4061 MLINKS+= SSL_get_current_cipher.3 SSL_get_pending_cipher.3
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dhandshake.c1675 cipher = SSL_CIPHER_get_name(SSL_get_current_cipher(client.ssl)); in do_handshake_internal()
/freebsd-14.2/crypto/openssl/apps/
H A Ds_server.c2975 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in print_connection_info()
3284 c = SSL_get_current_cipher(con); in www_body()
H A Ds_client.c3237 c = SSL_get_current_cipher(s); in print_stuff()
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info2474 DEPEND[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod
2475 GENERATE[html/man3/SSL_get_current_cipher.html]=man3/SSL_get_current_cipher.pod
2476 DEPEND[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod
2477 GENERATE[man/man3/SSL_get_current_cipher.3]=man3/SSL_get_current_cipher.pod
3404 html/man3/SSL_get_current_cipher.html \
4012 man/man3/SSL_get_current_cipher.3 \
/freebsd-14.2/contrib/sendmail/src/
H A Dtls.c1955 c = SSL_get_current_cipher(ssl);
/freebsd-14.2/crypto/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()
5356 negotiated_scipher = SSL_CIPHER_get_name(SSL_get_current_cipher( in test_tls13_ciphersuite()
5358 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()
/freebsd-14.2/contrib/wpa/src/crypto/
H A Dtls_openssl.c4363 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()
6005 cipher = SSL_get_current_cipher(conn->ssl); in tls_connection_get_cipher_suite()
/freebsd-14.2/
H A DObsoleteFiles.inc17704 OLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz