Searched refs:Base64DecodeBuf (Results 1 – 3 of 3) sorted by relevance
80 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut);
392 …ret = Base::Base64DecodeBuf(reinterpret_cast<uint8_t *>(buf), strlen(buf), reinterpret_cast<uint8_… in ReadDaemonKeys()
1396 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut) in Base64DecodeBuf() function1421 int childRet = Base64DecodeBuf(input, length, pBuf); in Base64Decode()