Home
last modified time | relevance | path

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

/third_party/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
43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text()
198 const OSSL_PARAM *paramdefs, in OSSL_PARAM_allocate_from_text()
209 if (to == NULL || paramdefs == NULL) in OSSL_PARAM_allocate_from_text()
212 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text()
197 OSSL_PARAM_allocate_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, int *found) OSSL_PARAM_allocate_from_text() argument
/third_party/node/deps/openssl/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
43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text()
204 const OSSL_PARAM *paramdefs, in OSSL_PARAM_allocate_from_text()
215 if (to == NULL || paramdefs == NULL) in OSSL_PARAM_allocate_from_text()
218 if (!prepare_from_text(paramdefs, key, value, value_n, in OSSL_PARAM_allocate_from_text()
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) OSSL_PARAM_allocate_from_text() argument
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dparams.h99 const OSSL_PARAM *paramdefs,
/third_party/openssl/include/openssl/
H A Dparams.h99 const OSSL_PARAM *paramdefs,
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h340 const OSSL_PARAM *paramdefs); variable
/third_party/openssl/apps/include/
H A Dapps.h340 const OSSL_PARAM *paramdefs); variable
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3300 const OSSL_PARAM *paramdefs) in STACK_OF()
3324 if (!OSSL_PARAM_allocate_from_text(&params[params_n], paramdefs, in STACK_OF()
/third_party/openssl/apps/lib/
H A Dapps.c3293 const OSSL_PARAM *paramdefs) in STACK_OF()
3317 if (!OSSL_PARAM_allocate_from_text(&params[params_n], paramdefs, in STACK_OF()

Completed in 12 milliseconds