Home
last modified time | relevance | path

Searched refs:paramdef (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/
H A Dparams_from_text.c27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument
40 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text()
134 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, in construct_from_text() argument
142 switch (paramdef->data_type) { in construct_from_text()
161 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text()
192 *to = *paramdef; in construct_from_text()
205 const OSSL_PARAM *paramdef = NULL; in OSSL_PARAM_allocate_from_text() local
216 &paramdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text()
222 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text()

Completed in 4 milliseconds