Searched refs:blob_count (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/system/security/keystore2/src/database/ |
H A D | tests.rs | 2418 fn blob_count(db: &mut KeystoreDB, sc_type: SubComponentType) -> usize { in blob_count() function 2455 assert_eq!(5, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2459 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2460 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() 2466 assert_eq!(7, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2470 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2471 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() 2481 assert_eq!(7, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2485 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2486 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() [all …]
|