Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_authentication_method (Results 1 – 5 of 5) sorted by relevance

/external/openssl/patches/
D0003-jsse.patch17 +const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);
198 +const char* SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher)
344 + return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher);
/external/openssl/ssl/
Dssl_ciph.c1789 const char* SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher) in SSL_CIPHER_authentication_method() function
Dssl.h1828 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);
Dssl_lib.c2841 return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher); in SSL_authentication_method()
/external/openssl/include/openssl/
Dssl.h1828 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);