Home
last modified time | relevance | path

Searched refs:SSL_CTX_get_app_data (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmissingmacro111.txt173 SSL_CTX_get_app_data(3)
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod17 SSL_CTX_set_app_data, SSL_CTX_get_app_data,
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c973 context = SSL_CTX_get_app_data(ctx); in remove_session_cb()
1190 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit()
1691 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init()
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c986 ctx = SSL_CTX_get_app_data(ssl_ctx); in curl_cb_ssl_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1032 # define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) macro
H A Dssl.h.in985 # define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile932 MLINKS+= BIO_get_ex_new_index.3 SSL_CTX_get_app_data.3