Searched refs:openssl_time_callback (Results 1 – 4 of 4) sorted by relevance
/external/tlsdate/src/ |
D | tlsdate-helper-plan9.h | 101 void openssl_time_callback (const SSL* ssl, int where, int ret);
|
D | tlsdate-helper.h | 127 void openssl_time_callback (const SSL* ssl, int where, int ret);
|
D | tlsdate-helper-plan9.c | 224 openssl_time_callback (const SSL* ssl, int where, int ret) in openssl_time_callback() function 1031 SSL_set_info_callback(ssl, openssl_time_callback); in run_ssl()
|
D | tlsdate-helper.c | 358 openssl_time_callback (const SSL* ssl, int where, int ret) in openssl_time_callback() function 1176 SSL_set_info_callback(ssl, openssl_time_callback); in run_ssl()
|