Searched refs:paramdef (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/crypto/ |
H A D | params_from_text.c | 27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() 43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text() 131 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, in construct_from_text() argument 139 switch (paramdef->data_type) { in construct_from_text() 158 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text() 189 *to = *paramdef; in construct_from_text() 202 const OSSL_PARAM *paramdef = NULL; in OSSL_PARAM_allocate_from_text() local 213 ¶mdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text() 221 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text() 24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params_from_text.c | 27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() 43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text() 137 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, in construct_from_text() argument 145 switch (paramdef->data_type) { in construct_from_text() 164 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text() 195 *to = *paramdef; in construct_from_text() 208 const OSSL_PARAM *paramdef = NULL; in OSSL_PARAM_allocate_from_text() local 219 ¶mdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text() 227 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text() 24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument
|
Completed in 1 milliseconds