Searched refs:encodeUint (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/vtls/ |
D | x509asn1.c | 441 static size_t encodeUint(char *buf, size_t buflen, unsigned int x) in encodeUint() function 447 i = encodeUint(buf, buflen, y); in encodeUint() 474 i = encodeUint(buf, buflen, x); in encodeOID() 479 i += encodeUint(NULL, 0, y); in encodeOID() 481 i += encodeUint(buf + i, buflen - i, y); in encodeOID() 496 i += encodeUint(NULL, 0, x); in encodeOID() 498 i += encodeUint(buf + i, buflen - i, x); in encodeOID()
|