Searched refs:paramdefs (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/crypto/ |
H A D | params_from_text.c | 24 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 D | params_from_text.c | 24 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 D | params.h | 99 const OSSL_PARAM *paramdefs,
|
/third_party/openssl/include/openssl/ |
H A D | params.h | 99 const OSSL_PARAM *paramdefs,
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 340 const OSSL_PARAM *paramdefs); variable
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 340 const OSSL_PARAM *paramdefs); variable
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 3300 const OSSL_PARAM *paramdefs) in STACK_OF() 3324 if (!OSSL_PARAM_allocate_from_text(¶ms[params_n], paramdefs, in STACK_OF()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 3293 const OSSL_PARAM *paramdefs) in STACK_OF() 3317 if (!OSSL_PARAM_allocate_from_text(¶ms[params_n], paramdefs, in STACK_OF()
|
Completed in 12 milliseconds