Searched refs:paramdefs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dparams_from_text.c24 static int prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, argument
43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key);
204 const OSSL_PARAM *paramdefs,
215 if (to == NULL || paramdefs == NULL)
218 if (!prepare_from_text(paramdefs, key, value, value_n,
203 OSSL_PARAM_allocate_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, int *found) argument
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h99 const OSSL_PARAM *paramdefs,
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h340 const OSSL_PARAM *paramdefs); variable
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3300 const OSSL_PARAM *paramdefs)
3324 if (!OSSL_PARAM_allocate_from_text(&params[params_n], paramdefs,

Completed in 134 milliseconds