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

/system/security/keystore/
H A Dkeystore.cpp510 memset(&mBlob, 0, sizeof(mBlob));
519 mBlob.length = valueLength;
520 memcpy(mBlob.value, value, valueLength);
522 mBlob.info = infoLength;
523 memcpy(mBlob.value + valueLength, info, infoLength);
525 mBlob.version = CURRENT_BLOB_VERSION;
526 mBlob.type = uint8_t(type);
529 mBlob.flags = KEYSTORE_FLAG_ENCRYPTED;
531 mBlob
729 struct blob mBlob; member in class:Blob
[all...]

Completed in 6 milliseconds