Searched refs:SSL_CTX_set_info_callback (Results 1 – 8 of 8) sorted by relevance
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 42 if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);
|
/external/openssl/ssl/ |
D | ssl_sess.c | 1049 void SSL_CTX_set_info_callback(SSL_CTX *ctx, in SSL_CTX_set_info_callback() function
|
D | ssl.h | 922 void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val));
|
/external/openssl/apps/ |
D | s_server.c | 1396 if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); in MAIN() 1464 if (state) SSL_CTX_set_info_callback(ctx2,apps_ssl_info_callback); in MAIN()
|
D | s_client.c | 899 if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback); in MAIN()
|
/external/wpa_supplicant/ |
D | tls_openssl.c | 750 SSL_CTX_set_info_callback(ssl, ssl_info_cb); in tls_init()
|
/external/openssl/include/openssl/ |
D | ssl.h | 922 void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val));
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_openssl.c | 712 SSL_CTX_set_info_callback(ssl, ssl_info_cb); in tls_init()
|