Home | History | Annotate | Download | only in keystore

Lines Matching refs:bufLength

980     virtual int32_t addRngEntropy(const uint8_t* buf, size_t bufLength)
984 data.writeByteArray(bufLength, buf);
1770 size_t bufLength = 0;
1771 readByteArray(data, &buf, &bufLength);
1773 update(token, args, buf, bufLength, &result);