Searched refs:blob_count (Results 1 – 1 of 1) sorted by relevance
| /system/security/keystore2/src/database/ |
| D | tests.rs | 2520 fn blob_count(db: &mut KeystoreDB, sc_type: SubComponentType) -> usize { in blob_count() function 2557 assert_eq!(5, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2561 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2562 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() 2568 assert_eq!(7, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2572 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2573 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() 2583 assert_eq!(7, blob_count(&mut db, SubComponentType::KEY_BLOB)); in test_blobentry_gc() 2587 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT)); in test_blobentry_gc() 2588 assert_eq!(5, blob_count(&mut db, SubComponentType::CERT_CHAIN)); in test_blobentry_gc() [all …]
|