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

/system/security/keystore/
H A Dblob.h68 TYPE_ANY = 0, // meta type that matches anything enumerator in enum:__anon1892
H A Dkeystore.cpp151 ResponseCode rc = get(filename, &blob, ::TYPE_ANY, userId);
162 del(filename, ::TYPE_ANY, userId);
259 if (type != TYPE_ANY && keyBlob->getType() != type) {
H A Dkey_store_service.cpp115 return mKeyStore->del(filename.string(), ::TYPE_ANY, get_user_id(targetUid));
540 mKeyStore->get(sourceFile.string(), &keyBlob, TYPE_ANY, get_user_id(srcUid));
567 mKeyStore->del(filename.string(), ::TYPE_ANY, get_user_id(targetUid));

Completed in 233 milliseconds