Searched refs:ishex (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/ |
A D | params_from_text.c | 27 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 ¶mdef, &ishex, &buf_n, &tmpbn, found)) in OSSL_PARAM_allocate_from_text() [all …]
|
/openssl-master/crypto/x509/ |
A D | v3_utl.c | 198 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 D | ctrl_params_translate.c | 189 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