Searched refs:eptr (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/asn1/ |
H A D | asn_mstbl.c | 59 char *eptr; in do_tcreate() local 78 tbl_min = strtoul(cnf->value, &eptr, 0); in do_tcreate() 79 if (*eptr) in do_tcreate() 82 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate() 83 if (*eptr) in do_tcreate()
|
H A D | asn1_gen.c | 351 char *eptr; in parse_tagging() local 354 tag_num = strtoul(vstart, &eptr, 10); in parse_tagging() 356 if (eptr && *eptr && (eptr > vstart + vlen)) in parse_tagging() 364 if (eptr) in parse_tagging() 365 vlen -= eptr - vstart; in parse_tagging() 369 switch (*eptr) { in parse_tagging() 389 "Char=%c", *eptr); in parse_tagging() 746 char *eptr; in bitstr_cb() local 749 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 750 if (eptr && *eptr && (eptr != elem + len)) in bitstr_cb()
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 1505 ENGINE **eptr = (e == NULL) ? &e : NULL; in pkey_set_type() local 1547 ameth = EVP_PKEY_asn1_find_str(eptr, str, len); in pkey_set_type() 1549 ameth = EVP_PKEY_asn1_find(eptr, type); in pkey_set_type() 1551 if (pkey == NULL && eptr != NULL) in pkey_set_type() 1604 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
|
Completed in 12 milliseconds