Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dparams_from_text.c28 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument
41 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key); in prepare_from_text()
135 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, in construct_from_text() argument
143 switch (paramdef->data_type) { in construct_from_text()
162 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text()
193 *to = *paramdef; in construct_from_text()
311 const OSSL_PARAM *paramdef = NULL; in OSSL_PARAM_allocate_from_text() local
322 &paramdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text()
328 ok = construct_from_text(to, paramdef, value, value_n, ishex, in OSSL_PARAM_allocate_from_text()

Completed in 5 milliseconds