Home
last modified time | relevance | path

Searched refs:ossl_lib_ctx_run_once_fn (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h194 typedef int (ossl_lib_ctx_run_once_fn)(OSSL_LIB_CTX *ctx); typedef
198 ossl_lib_ctx_run_once_fn run_once_fn);
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod24 ossl_lib_ctx_run_once_fn run_once_fn);
123 static ossl_lib_ctx_run_once_fn do_foo_init;
/freebsd/crypto/openssl/crypto/
H A Dcontext.c450 ossl_lib_ctx_run_once_fn run_once_fn) in ossl_lib_ctx_run_once()