Searched refs:blobType (Results 1 – 2 of 2) sorted by relevance
142 auto blobType = TYPE_MASTER_KEY_AES256; in writeMasterKey() local144 blobType = TYPE_MASTER_KEY; in writeMasterKey()146 Blob masterKeyBlob(mMasterKey.data(), mMasterKey.size(), mSalt, sizeof(mSalt), blobType); in writeMasterKey()
1931 int32_t blobType; in readBlob() local1932 status_t status = readInt32(&blobType); in readBlob()1935 if (blobType == BLOB_INPLACE) { in readBlob()1945 bool isMutable = (blobType == BLOB_ASHMEM_MUTABLE); in readBlob()