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

/system/security/keystore/
H A Dkeystore.cpp508 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, argument
515 if (infoLength + valueLength > VALUE_SIZE) {
516 infoLength = VALUE_SIZE - valueLength;
522 mBlob.info = infoLength;
523 memcpy(mBlob.value + valueLength, info, infoLength);

Completed in 205 milliseconds