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

/system/security/keystore/
H A Dkeystore.cpp300 Blob(uint8_t* value, int32_t valueLength, uint8_t* info, uint8_t infoLength, BlobType type) { argument
304 mBlob.info = infoLength;
305 memcpy(mBlob.value + valueLength, info, infoLength);

Completed in 204 milliseconds