Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/utils/
HDhttp_curl.c1223 SSL_CTX_set_app_data(ssl, ctx); in curl_cb_ssl()
/NextBSD/crypto/openssl/doc/ssl/
HDssl.pod302 =item void B<SSL_CTX_set_app_data>(SSL_CTX *ctx, void *arg);
/NextBSD/crypto/openssl/ssl/
HDssl.h1713 # define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) macro
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c862 SSL_CTX_set_app_data(ssl, context); in tls_init()