Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dparams_from_text.c28 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument
39 *ishex = CHECK_AND_SKIP_PREFIX(key, "hex"); in prepare_from_text()
50 if (*ishex) in prepare_from_text()
111 if (*ishex) { in prepare_from_text()
118 if (*ishex) { in prepare_from_text()
136 const char *value, size_t value_n, int ishex, in construct_from_text() argument
181 if (ishex) { in construct_from_text()
312 int ishex = 0; 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()
/openssl/apps/
H A Dgenpkey.c62 static const char *param_datatype_2name(unsigned int type, int *ishex) in param_datatype_2name() argument
64 *ishex = 0; in param_datatype_2name()
70 case OSSL_PARAM_OCTET_STRING: *ishex = 1; return "string"; in param_datatype_2name()
81 int i, ishex = 0; in show_gen_pkeyopt() local
97 const char *name = param_datatype_2name(params[i].data_type, &ishex); in show_gen_pkeyopt()
100 BIO_printf(bio_err, " %s%s:%s\n", ishex ? "hex" : "", params[i].key, name); in show_gen_pkeyopt()
/openssl/crypto/x509/
H A Dv3_utl.c200 int isneg, ishex; in s2i_ASN1_INTEGER() local
221 ishex = 1; in s2i_ASN1_INTEGER()
223 ishex = 0; in s2i_ASN1_INTEGER()
226 if (ishex) in s2i_ASN1_INTEGER()
/openssl/crypto/evp/
H A Dctrl_params_translate.c187 int ishex; member
561 if (ctx->ishex) { in default_fixup_args()
2799 ctx.ishex = (tmpl.ctrl_hexstr != NULL); in evp_pkey_ctx_ctrl_str_to_param()

Completed in 16 milliseconds