Searched refs:utf8asn1str (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | x509asn1.c | 264 utf8asn1str(char **to, int type, const char *from, const char *end) in utf8asn1str() function 357 if(utf8asn1str(&buf, type, beg, end) < 0) in string2str() 1206 len = utf8asn1str(&dnsname, CURL_ASN1_IA5_STRING, in Curl_verifyhost() 1261 len = utf8asn1str(&dnsname, elem.tag, elem.beg, elem.end); in Curl_verifyhost()
|