Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/crypto/
H A Dprovider_core.c120 OSSL_provider_init_fn *init_function,
157 OSSL_provider_init_fn *init_function; member
454 OSSL_provider_init_fn *init_function, in provider_new() argument
482 prov->init_function = init_function; in provider_new()
531 OSSL_provider_init_fn *init_function, in ossl_provider_new() argument
542 if (init_function == NULL) { in ossl_provider_new()
566 template.init = init_function; in ossl_provider_new()
857 if (prov->init_function == NULL) { in provider_init()
924 prov->init_function = (OSSL_provider_init_fn *) in provider_init()
930 if (prov->init_function == NULL) { in provider_init()
[all …]
/freebsd-src/crypto/openssl/include/internal/
H A Dprovider.h34 OSSL_provider_init_fn *init_function,
/freebsd-src/crypto/openssl/doc/internal/man3/
H A Dossl_provider_new.pod32 ossl_provider_init_fn *init_function
144 If I<init_function> is NULL, the provider is assumed to be a
147 If I<init_function> isn't NULL, the provider is assumed to be built
148 in, with I<init_function> being the pointer to its initialisation
/freebsd-src/usr.sbin/bsdconfig/share/
H A Ddevice.subr120 # $init_function $get_function $shutdown_function