Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dparams_from_text.c27 const OSSL_PARAM **paramdef, int *ishex, in prepare_from_text() argument
38 *ishex = strncmp(key, "hex", 3) == 0; in prepare_from_text()
40 if (*ishex) in prepare_from_text()
52 if (*ishex) in prepare_from_text()
95 if (*ishex) { in prepare_from_text()
102 if (*ishex) { in prepare_from_text()
114 const char *value, size_t value_n, int ishex, in construct_from_text() argument
159 if (ishex) { in construct_from_text()
185 int ishex = 0; in OSSL_PARAM_allocate_from_text() local
195 &paramdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text()
[all …]
/openssl-master/crypto/x509/
A Dv3_utl.c198 int isneg, ishex; in s2i_ASN1_INTEGER() local
219 ishex = 1; in s2i_ASN1_INTEGER()
221 ishex = 0; in s2i_ASN1_INTEGER()
224 if (ishex) in s2i_ASN1_INTEGER()
/openssl-master/crypto/evp/
A Dctrl_params_translate.c189 int ishex; member
565 if (ctx->ishex) { in default_fixup_args()
2609 ctx.ishex = (tmpl.ctrl_hexstr != NULL); in evp_pkey_ctx_ctrl_str_to_param()

Completed in 11 milliseconds