Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/util/
HDmissingmacro111.txt173 SSL_CTX_get_app_data(3)
/freebsd-14-stable/crypto/openssl/doc/man3/
HDBIO_get_ex_new_index.pod17 SSL_CTX_set_app_data, SSL_CTX_get_app_data,
/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_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-14-stable/contrib/wpa/src/utils/
HDhttp_curl.c986 ctx = SSL_CTX_get_app_data(ssl_ctx); in curl_cb_ssl_verify()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1037 # define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) macro
HDssl.h.in965 # define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) macro
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3801 MLINKS+= BIO_get_ex_new_index.3 SSL_CTX_get_app_data.3