Searched refs:infoLength (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | blob.cpp | 133 Blob::Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, in Blob() argument 140 if (infoLength + valueLength > kValueSize) { in Blob() 141 infoLength = kValueSize - valueLength; in Blob() 147 mBlob.info = infoLength; in Blob() 148 memcpy(mBlob.value + valueLength, info, infoLength); in Blob()
|
D | blob.h | 90 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
|