Home
last modified time | relevance | path

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

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