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

/system/security/keystore/
H A Dkeystore.cpp301 mBlob.length = valueLength;
302 memcpy(mBlob.value, value, valueLength);
304 mBlob.info = infoLength;
305 memcpy(mBlob.value + valueLength, info, infoLength);
307 mBlob.version = CurrentBlobVersion;
308 mBlob.type = uint8_t(type);
312 mBlob = b;
318 return mBlob.value;
322 return mBlob.length;
326 return mBlob
437 struct blob mBlob; member in class:Blob
[all...]

Completed in 145 milliseconds