Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/utils/
H A Dhttp_curl.c1320 SSL_CTX_set_app_data(ssl, ctx); in curl_cb_ssl()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod321 =item int B<SSL_CTX_set_app_data>(SSL_CTX *ctx, void *arg);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h970 # define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0, \ macro
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1063 SSL_CTX_set_app_data(ssl, context); in tls_init()