Searched refs:valueLength (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
301 mBlob.length = valueLength;
302 memcpy(mBlob.value, value, valueLength);
305 memcpy(mBlob.value + valueLength, info, infoLength);

Completed in 124 milliseconds