Home
last modified time | relevance | path

Searched refs:GRANT (Results 1 – 12 of 12) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DDomain.aidl39 GRANT = 1, enumConstant
DKeyPermission.aidl42 GRANT = 8, enumConstant
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DDomain.aidl39 GRANT = 1, enumConstant
DKeyPermission.aidl42 GRANT = 8, enumConstant
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DDomain.aidl24 GRANT = 1, enumConstant
DKeyPermission.aidl51 GRANT = 0x8, enumConstant
/system/security/keystore2/aidl/android/security/metrics/
DStorage.aidl35 GRANT = 10, enumConstant
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp47 .domain = ks2::Domain::GRANT, in mkKeyDescriptor()
135 descriptor.domain = ks2::Domain::GRANT; in keyStore2GetCert()
/system/security/keystore2/src/
Dpermission.rs200 GRANT, selinux name: grant;
535 Domain::GRANT => { in check_key_permission()
741 let key = KeyDescriptor { domain: Domain::GRANT, nspace: 0, alias: None, blob: None }; in check_key_permission_domain_grant()
Ddatabase.rs1101 MetricsStorage::GRANT => self.get_table_size(storage_type, "persistent", "grant"), in get_storage_stat()
2409 Domain::GRANT => { in load_access_tuple()
3091 Ok(KeyDescriptor { domain: Domain::GRANT, nspace: grant_id, alias: None, blob: None }) in grant()
3426 db.create_key_entry(&Domain::GRANT, &102, KeyType::Client, &KEYSTORE_UUID), in test_create_key_entry()
3661 rebind_alias(&mut db, &KEY_ID_LOCK.get(0), "foo", Domain::GRANT, 42), in test_rebind_alias()
3736 domain: super::Domain::GRANT, in test_grant_ungrant()
3772 domain: super::Domain::GRANT, in test_grant_ungrant()
3802 domain: super::Domain::GRANT, in test_grant_ungrant()
4194 assert_eq!(Domain::GRANT, k.domain); in test_insert_and_load_full_keyentry_from_grant()
5509 MetricsStorage::GRANT, in get_valid_statsd_storage_types()
[all …]
Dmetrics_store.rs552 append(db.get_storage_stat(MetricsStorage::GRANT)); in pull_storage_stats()
/system/security/keystore-engine/
Dkeystore2_engine.cpp363 descriptor.domain = ks2::Domain::GRANT; in EVP_PKEY_from_keystore2()