Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dssl_private.h263 const char *SSL_cipher_authentication_method(const SSL_CIPHER *);
H A Dsslutils.c80 const char* SSL_cipher_authentication_method(const SSL_CIPHER* cipher){ in SSL_cipher_authentication_method() function
H A Dssl.c1816 …(*e)->NewStringUTF(e, SSL_cipher_authentication_method((SSL_CIPHER*) sk_value((_STACK*) ciphers, i… in TCN_IMPLEMENT_CALL()
H A Dsslcontext.c1168 return SSL_cipher_authentication_method(sk_SSL_CIPHER_value(ciphers, 0)); in authentication_method()