Searched refs:infoLength (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | blob.cpp | 201 Blob::Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, in Blob() argument 209 if (infoLength + valueLength > kValueSize) { in Blob() 210 infoLength = kValueSize - valueLength; in Blob() 216 mBlob->info = infoLength; in Blob() 217 memcpy(mBlob->value + valueLength, info, infoLength); in Blob()
|
D | blob.h | 108 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
|