Home
last modified time | relevance | path

Searched refs:infoLength (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dblob.cpp201 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()
Dblob.h108 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,