Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dprovider_core.c115 OSSL_provider_init_fn *init_function,
151 OSSL_provider_init_fn *init_function; member
448 OSSL_provider_init_fn *init_function, in provider_new() argument
469 prov->init_function = init_function; in provider_new()
518 OSSL_provider_init_fn *init_function, in ossl_provider_new() argument
529 if (init_function == NULL) { in ossl_provider_new()
553 template.init = init_function; in ossl_provider_new()
836 if (prov->init_function == NULL) { in provider_init()
897 prov->init_function = (OSSL_provider_init_fn *) in provider_init()
903 if (prov->init_function == NULL in provider_init()
[all …]
/openssl-master/include/internal/
A Dprovider.h34 OSSL_provider_init_fn *init_function,
/openssl-master/doc/internal/man3/
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

Completed in 7 milliseconds