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

/system/security/keystore/
H A Dkeystore.cpp298 class Blob { class
300 Blob(uint8_t* value, int32_t valueLength, uint8_t* info, uint8_t infoLength, BlobType type) { function in class:Blob
311 Blob(blob b) { function in class:Blob
315 Blob() {} function in class:Blob
492 Blob masterKeyBlob(mMasterKey, sizeof(mMasterKey), mSalt, sizeof(mSalt), TYPE_MASTER_KEY);
503 // the AES key, then we create the Blob to use with decryptBlob
520 Blob masterKeyBlob(rawBlob);
592 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type) {
611 ResponseCode put(const char* filename, Blob* keyBlob) {
666 Blob keyBlo
[all...]

Completed in 393 milliseconds