Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_get_version (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.cc1689 const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { in SSL_CIPHER_get_version() function
/external/boringssl/src/include/openssl/
Dssl.h3416 OPENSSL_EXPORT const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher);
3658 SSL_CIPHER_get_version(SSL_get_current_cipher(ssl))
/external/libmicrohttpd/src/microhttpd/
Dconnection.c2789 … connection->protocol = SSL_CIPHER_get_version (SSL_get_current_cipher (connection->tls_session));
/external/python/cpython2/Modules/
D_ssl.c1478 cipher_protocol = (char *) SSL_CIPHER_get_version(current); in PySSL_cipher()