Searched refs:paramdef (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ |
A D | params_from_text.c | 27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument 43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text() 113 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, in construct_from_text() argument 121 switch (paramdef->data_type) { in construct_from_text() 140 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text() 171 *to = *paramdef; in construct_from_text() 184 const OSSL_PARAM *paramdef = NULL; in OSSL_PARAM_allocate_from_text() local 195 ¶mdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text() 203 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text()
|
Completed in 2 milliseconds