Searched defs:infoLength (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp413 Blob(const uint8_t* value, int32_t valueLength, const uint8_t* info, uint8_t infoLength, argument
418 mBlob.info = infoLength;
419 memcpy(mBlob.value + valueLength, info, infoLength);

Completed in 177 milliseconds