Home
last modified time | relevance | path

Searched defs:db_key_descriptors (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/utils/
H A Dtests.rs67 let db_key_descriptors = create_key_descriptors_from_aliases(&db_key_aliases); in test_merge_and_sort_lists_without_filtering() localVariable
79 let db_key_descriptors = create_key_descriptors_from_aliases(&db_key_aliases); in test_merge_and_sort_lists_with_filtering() localVariable
94 let db_key_descriptors = create_key_descriptors_from_aliases(&db_key_aliases); in test_merge_and_sort_lists_with_filtering_and_dups() localVariable
/aosp_15_r20/system/security/keystore2/src/
H A Dutils.rs596 let db_key_descriptors: Vec<KeyDescriptor> = db in list_key_entries() localVariable