Searched defs:toLen (Results 1 – 4 of 4) sorted by relevance
65 …uint32_t toLen = ((tmpLen + 2) / 3); /* Base64 encode size, add 2 for padding, and divide… in Base64Encode() local119 uint32_t toLen = fromLen / 4 * 3; /* Base64 decode size */ in Base64Decode() local
1187 IN const void *to, IN FILLP_SIZE_T toLen) in FillpFuncSendTo()
65 int OpensslBn2BinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2BinPad()70 int OpensslBn2LeBinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2LeBinPad()
122 int OpensslBn2BinPad(const BIGNUM *a, unsigned char *to, int toLen) in OpensslBn2BinPad()