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/ |
D | Domain.aidl | 39 GRANT = 1, enumConstant
|
D | KeyPermission.aidl | 42 GRANT = 8, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
D | Domain.aidl | 39 GRANT = 1, enumConstant
|
D | KeyPermission.aidl | 42 GRANT = 8, enumConstant
|
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
D | Domain.aidl | 24 GRANT = 1, enumConstant
|
D | KeyPermission.aidl | 51 GRANT = 0x8, enumConstant
|
/system/security/keystore2/aidl/android/security/metrics/ |
D | Storage.aidl | 35 GRANT = 10, enumConstant
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 47 .domain = ks2::Domain::GRANT, in mkKeyDescriptor() 135 descriptor.domain = ks2::Domain::GRANT; in keyStore2GetCert()
|
/system/security/keystore2/src/ |
D | permission.rs | 200 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()
|
D | database.rs | 1101 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 …]
|
D | metrics_store.rs | 552 append(db.get_storage_stat(MetricsStorage::GRANT)); in pull_storage_stats()
|
/system/security/keystore-engine/ |
D | keystore2_engine.cpp | 363 descriptor.domain = ks2::Domain::GRANT; in EVP_PKEY_from_keystore2()
|