Home
last modified time | relevance | path

Searched refs:SSL_want_private_key_operation (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h3207 #define SSL_want_private_key_operation(ssl) \ macro
/external/boringssl/src/ssl/
Dssl_lib.c795 if (SSL_want_private_key_operation(ssl)) { in SSL_get_error()