Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/
H A Dparams_from_text.c27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument
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 &paramdef, &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()