Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dbase.h106 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut);
H A Dauth.cpp397 ret = Base::Base64DecodeBuf(reinterpret_cast<uint8_t *>(buf), strlen(buf), reinterpret_cast<uint8_t *>(key)); in ReadDaemonKeys()
H A Dbase.cpp1794 int Base64DecodeBuf(const uint8_t *input, const int length, uint8_t *bufOut) in Base64DecodeBuf() function
1819 int childRet = Base64DecodeBuf(input, length, pBuf); in Base64Decode()

Completed in 6 milliseconds