Home
last modified time | relevance | path

Searched refs:paramdefs (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/
H A Dparams_from_text.c24 static int prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, in prepare_from_text() argument
40 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text()
201 const OSSL_PARAM *paramdefs, in OSSL_PARAM_allocate_from_text() argument
212 if (to == NULL || paramdefs == NULL) in OSSL_PARAM_allocate_from_text()
215 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text()
/openssl/doc/man3/
H A DOSSL_PARAM_allocate_from_text.pod13 const OSSL_PARAM *paramdefs,
30 I<paramdefs>. If an item was found, it converts I<value> to something
42 located in I<paramdefs>, and to 0 otherwise.
48 I<paramdefs> in that case. As an example, if I<key> is "hexid", "id"
49 will be looked up in I<paramdefs>.
51 When an item in I<paramdefs> has been found, I<value> is converted
99 I<paramdefs> and there was no other failure, otherwise 0.
161 const OSSL_PARAM *paramdefs = EVP_MAC_settable_ctx_params(mac);
176 paramdefs, stmp,
/openssl/include/openssl/
H A Dparams.h99 const OSSL_PARAM *paramdefs,
/openssl/apps/include/
H A Dapps.h348 const OSSL_PARAM *paramdefs);
/openssl/apps/lib/
H A Dapps.c3377 const OSSL_PARAM *paramdefs) in app_params_new_from_opts() argument
3401 if (!OSSL_PARAM_allocate_from_text(&params[params_n], paramdefs, in app_params_new_from_opts()

Completed in 24 milliseconds