Searched refs:eptr (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | asn_mstbl.c | 59 char *eptr; in do_tcreate() local 76 tbl_min = strtoul(cnf->value, &eptr, 0); in do_tcreate() 77 if (*eptr) in do_tcreate() 80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate() 81 if (*eptr) in do_tcreate()
|
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() 745 char *eptr; in bitstr_cb() local 748 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 749 if (eptr && *eptr && (eptr != elem + len)) in bitstr_cb()
|
/openssl-master/crypto/evp/ |
A D | p_lib.c | 1476 ENGINE **eptr = (e == NULL) ? &e : NULL; in pkey_set_type() local 1518 ameth = EVP_PKEY_asn1_find_str(eptr, str, len); in pkey_set_type() 1520 ameth = EVP_PKEY_asn1_find(eptr, type); in pkey_set_type() 1522 if (pkey == NULL && eptr != NULL) in pkey_set_type() 1575 if (eptr == NULL && e != NULL && !ENGINE_init(e)) { in pkey_set_type()
|
Completed in 10 milliseconds