Home
last modified time | relevance | path

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

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