Searched refs:encodeUint (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | x509asn1.c | 367 static size_t encodeUint(char *buf, size_t buflen, unsigned int x) in encodeUint() function 373 i = encodeUint(buf, buflen, y); in encodeUint() 400 i = encodeUint(buf, buflen, x); in encodeOID() 405 i += encodeUint(NULL, 0, y); in encodeOID() 407 i += encodeUint(buf + i, buflen - i, y); in encodeOID() 422 i += encodeUint(NULL, 0, x); in encodeOID() 424 i += encodeUint(buf + i, buflen - i, x); in encodeOID()
|