Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h760 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
762 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
764 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
766 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1139 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_server.c1897 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in init_ssl_connection()
2104 c = SSL_get_current_cipher(con); in www_body()
H A Ds_client.c1769 c = SSL_get_current_cipher(s); in print_stuff()
/dflybsd-src/crypto/libressl/
H A DREADME.DELETED540 man/SSL_get_current_cipher.3
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4015 ssl_cipher = SSL_get_current_cipher(ssl); in openssl_get_keyblock_size()
5542 cipher = SSL_get_current_cipher(conn->ssl); in tls_connection_get_cipher_suite()
/dflybsd-src/crypto/libressl/ssl/
H A Dssl_lib.c2970 SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function