Lines Matching refs:dynbuf
268 static CURLcode bool2str(struct dynbuf *store, in bool2str()
281 static CURLcode octet2str(struct dynbuf *store, in octet2str()
292 static CURLcode bit2str(struct dynbuf *store, in bit2str()
307 static CURLcode int2str(struct dynbuf *store, in int2str()
338 utf8asn1str(struct dynbuf *to, int type, const char *from, const char *end) in utf8asn1str()
419 static CURLcode encodeOID(struct dynbuf *store, in encodeOID()
455 static CURLcode OID2str(struct dynbuf *store, in OID2str()
461 struct dynbuf buf; in OID2str()
480 static CURLcode GTime2str(struct dynbuf *store, in GTime2str()
560 CURLcode Curl_x509_GTime2str(struct dynbuf *store, in Curl_x509_GTime2str()
572 static CURLcode UTime2str(struct dynbuf *store, in UTime2str()
615 static CURLcode ASN1tostr(struct dynbuf *store, in ASN1tostr()
671 static CURLcode encodeDN(struct dynbuf *store, struct Curl_asn1Element *dn) in encodeDN()
683 struct dynbuf temp; in encodeDN()
882 static CURLcode dumpAlgo(struct dynbuf *store, in dumpAlgo()
927 struct dynbuf *ptr) in ssl_push_certinfo_dyn()
946 struct dynbuf out; in do_pubkey_field()
1067 static CURLcode DNtostr(struct dynbuf *store, in DNtostr()
1082 struct dynbuf out; in Curl_extract_certinfo()