Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl.h1290 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1292 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1294 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1296 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1492 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
Dssltest.c329 ciph=SSL_get_current_cipher(c_ssl); in print_details()
Dssl_lib.c2650 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function
/external/openssl/include/openssl/
Dssl.h1290 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1292 SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np)
1294 SSL_CIPHER_get_version(SSL_get_current_cipher(s))
1296 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1492 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
/external/openssl/apps/
Ds_server.c2199 str=SSL_CIPHER_get_name(SSL_get_current_cipher(con)); in init_ssl_connection()
2447 c=SSL_get_current_cipher(con); in www_body()
Ds_client.c1737 c=SSL_get_current_cipher(s); in print_stuff()