Searched refs:SSL_get_current_cipher (Results 1 – 6 of 6) sorted by relevance
760 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);
1897 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in init_ssl_connection()2104 c = SSL_get_current_cipher(con); in www_body()
1769 c = SSL_get_current_cipher(s); in print_stuff()
540 man/SSL_get_current_cipher.3
4015 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()
2970 SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function