Home
last modified time | relevance | path

Searched refs:blobType (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore/
H A Duser_state.cpp142 auto blobType = TYPE_MASTER_KEY_AES256; in writeMasterKey() local
144 blobType = TYPE_MASTER_KEY; in writeMasterKey()
146 Blob masterKeyBlob(mMasterKey.data(), mMasterKey.size(), mSalt, sizeof(mSalt), blobType); in writeMasterKey()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1931 int32_t blobType; in readBlob() local
1932 status_t status = readInt32(&blobType); in readBlob()
1935 if (blobType == BLOB_INPLACE) { in readBlob()
1945 bool isMutable = (blobType == BLOB_ASHMEM_MUTABLE); in readBlob()