Home
last modified time | relevance | path

Searched refs:av (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/src/
Dservice.rs142 |k, av| check_key_permission(KeyPerm::GetInfo, k, &av), in get_key_entry()
198 |k, av| check_key_permission(KeyPerm::Update, k, &av).context(ks_err!()), in update_subcomponent()
329 db.borrow_mut().unbind_key(key, KeyType::Client, caller_uid, |k, av| { in delete_key()
330 check_key_permission(KeyPerm::Delete, k, &av) in delete_key()
358 |k, av| check_grant_permission(*av, k).context("During grant."), in grant()
Dattestation_key_utils.rs111 |k, av| check_key_permission(KeyPerm::Use, k, &av), in load_attest_key_blob_and_cert()
Dmaintenance.rs258 |k, av| { in migrate_key_namespace()
259 check_key_permission(KeyPerm::Use, k, &av)?; in migrate_key_namespace()
260 check_key_permission(KeyPerm::Delete, k, &av)?; in migrate_key_namespace()
261 check_key_permission(KeyPerm::Grant, k, &av) in migrate_key_namespace()
Ddatabase.rs3698 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant()
3700 assert!(av.unwrap().includes(KeyPerm::Use)); in test_insert_and_load_full_keyentry_from_grant()
3763 |k, av| { in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3766 assert!(av.unwrap().includes(KeyPerm::Use)); in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3780 |k, av| { in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3783 assert!(av.is_none()); in test_insert_and_load_full_keyentry_from_grant_by_key_id()
3850 |k, av| { in test_migrate_key_app_to_app()
3853 assert!(av.is_none()); in test_migrate_key_app_to_app()
3919 |k, av| { in test_migrate_key_app_to_selinux()
3922 assert!(av.is_none()); in test_migrate_key_app_to_selinux()
[all …]
Dsecurity_level.rs266 |k, av| { in create_operation()
267 check_key_permission(KeyPerm::Use, k, &av)?; in create_operation()
269 check_key_permission(KeyPerm::ReqForcedOp, k, &av)?; in create_operation()
748 |k, av| check_key_permission(KeyPerm::Use, k, &av), in import_wrapped_key()
/system/media/audio_utils/benchmarks/
Dintrinsic_benchmark.cpp56 const vec av = vld1<vec>(a + i); in BM_Intrinsic() local
59 const vec dv = vmla(cv, av, bv); in BM_Intrinsic()
/system/media/camera/
DOWNERS2 include platform/frameworks/av:/camera/OWNERS
/system/keymaster/key_blob_utils/
Docb.c1136 static int constant_time_memcmp(const void* av, const void* bv, size_t n) { in constant_time_memcmp() argument
1137 const uint8_t* a = (const uint8_t*)av; in constant_time_memcmp()