Searched refs:init_function (Results 1 – 4 of 4) sorted by relevance
121 OSSL_provider_init_fn *init_function,157 OSSL_provider_init_fn *init_function; member440 OSSL_provider_init_fn *init_function, in provider_new() argument471 prov->init_function = init_function; in provider_new()520 OSSL_provider_init_fn *init_function, in ossl_provider_new() argument531 if (init_function == NULL) { in ossl_provider_new()573 template.init = init_function; in ossl_provider_new()961 if (prov->init_function == NULL) { in provider_init()1026 prov->init_function = (OSSL_provider_init_fn *) in provider_init()1032 if (prov->init_function == NULL) { in provider_init()[all …]
34 OSSL_provider_init_fn *init_function,
32 ossl_provider_init_fn *init_function143 If I<init_function> is NULL, the provider is assumed to be a146 If I<init_function> isn't NULL, the provider is assumed to be built147 in, with I<init_function> being the pointer to its initialisation
120 # $init_function $get_function $shutdown_function