Searched refs:SSL_CIPHER_authentication_method (Results 1 – 5 of 5) sorted by relevance
17 +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);
1789 const char* SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher) in SSL_CIPHER_authentication_method() function
1828 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);
2841 return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher); in SSL_authentication_method()