Searched refs:encodeUint (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | x509asn1.c | 366 static size_t encodeUint(char *buf, size_t buflen, unsigned int x) in encodeUint() function 372 i = encodeUint(buf, buflen, y); in encodeUint() 399 i = encodeUint(buf, buflen, x); in encodeOID() 404 i += encodeUint(NULL, 0, y); in encodeOID() 406 i += encodeUint(buf + i, buflen - i, y); in encodeOID() 421 i += encodeUint(NULL, 0, x); in encodeOID() 423 i += encodeUint(buf + i, buflen - i, x); in encodeOID()
|