HomeSort by: relevance | last modified time | path
    Searched defs:paramdef (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/
params_from_text.c 27 const OSSL_PARAM **paramdef, int *ishex,
43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key);
137 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef,
145 switch (paramdef->data_type) {
164 if (paramdef->data_type == OSSL_PARAM_INTEGER
195 *to = *paramdef;
208 const OSSL_PARAM *paramdef = NULL; local
219 &paramdef, &ishex, &buf_n, &tmpbn, found))
227 ok = construct_from_text(to, paramdef, value, value_n, ishex,
params_from_text.c 27 const OSSL_PARAM **paramdef, int *ishex,
43 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key);
137 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef,
145 switch (paramdef->data_type) {
164 if (paramdef->data_type == OSSL_PARAM_INTEGER
195 *to = *paramdef;
208 const OSSL_PARAM *paramdef = NULL; local
219 &paramdef, &ishex, &buf_n, &tmpbn, found))
227 ok = construct_from_text(to, paramdef, value, value_n, ishex,
  /src/crypto/external/apache2/openssl/dist/crypto/
params_from_text.c 28 const OSSL_PARAM **paramdef, int *ishex,
41 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key);
135 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef,
143 switch (paramdef->data_type) {
162 if (paramdef->data_type == OSSL_PARAM_INTEGER
193 *to = *paramdef;
311 const OSSL_PARAM *paramdef = NULL; local
322 &paramdef, &ishex, &buf_n, &tmpbn, found))
328 ok = construct_from_text(to, paramdef, value, value_n, ishex,
params_from_text.c 28 const OSSL_PARAM **paramdef, int *ishex,
41 p = *paramdef = OSSL_PARAM_locate_const(paramdefs, key);
135 static int construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef,
143 switch (paramdef->data_type) {
162 if (paramdef->data_type == OSSL_PARAM_INTEGER
193 *to = *paramdef;
311 const OSSL_PARAM *paramdef = NULL; local
322 &paramdef, &ishex, &buf_n, &tmpbn, found))
328 ok = construct_from_text(to, paramdef, value, value_n, ishex,

Completed in 36 milliseconds