Searched refs:getASN1Element (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | x509asn1.c | 106 static const char *getASN1Element(curl_asn1Element *elem, 110 static const char *getASN1Element(curl_asn1Element *elem, in getASN1Element() function 148 beg = getASN1Element(&lelem, beg, end); in getASN1Element() 624 p1 = getASN1Element(&rdn, p1, dn->end); in encodeDN() 628 p2 = getASN1Element(&atv, p2, rdn.end); in encodeDN() 631 p3 = getASN1Element(&oid, atv.beg, atv.end); in encodeDN() 634 if(!getASN1Element(&value, p3, atv.end)) in encodeDN() 718 if(!getASN1Element(&elem, beg, end)) in Curl_parseX509() 724 beg = getASN1Element(&tbsCertificate, beg, end); in Curl_parseX509() 728 beg = getASN1Element(&cert->signatureAlgorithm, beg, end); in Curl_parseX509() [all …]
|
/external/curl/ |
D | CHANGES | 3920 - x509asn1: always check return code from getASN1Element()
|