Searched refs:paramdefs (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_PARAM_allocate_from_text.pod | 13 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/crypto/ |
H A D | params_from_text.c | 25 static int prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, in prepare_from_text() argument 41 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text() 307 const OSSL_PARAM *paramdefs, in OSSL_PARAM_allocate_from_text() argument 318 if (to == NULL || paramdefs == NULL) in OSSL_PARAM_allocate_from_text() 321 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text()
|
/openssl/include/openssl/ |
H A D | params.h | 99 const OSSL_PARAM *paramdefs,
|
/openssl/apps/include/ |
H A D | apps.h | 348 const OSSL_PARAM *paramdefs);
|
/openssl/apps/lib/ |
H A D | apps.c | 3406 const OSSL_PARAM *paramdefs) in app_params_new_from_opts() argument 3430 if (!OSSL_PARAM_allocate_from_text(¶ms[params_n], paramdefs, in app_params_new_from_opts()
|
Completed in 26 milliseconds