Home
last modified time | relevance | path

Searched refs:Base64DecodeBuf (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dbase.h80 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut);
Dauth.cpp392 …ret = Base::Base64DecodeBuf(reinterpret_cast<uint8_t *>(buf), strlen(buf), reinterpret_cast<uint8_… in ReadDaemonKeys()
Dbase.cpp1396 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut) in Base64DecodeBuf() function
1421 int childRet = Base64DecodeBuf(input, length, pBuf); in Base64Decode()