Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs129 fn load_from_db(key_id: i64, tx: &Transaction) -> Result<Self> { in load_from_db() method
204 fn load_from_db(blob_id: i64, tx: &Transaction) -> Result<Self> { in load_from_db() method
1183 Ok((blob_id, blob, BlobMetaData::load_from_db(blob_id, tx)?)) in handle_next_superseded_blobs()
2542 BlobMetaData::load_from_db(blob_id, tx) in load_blob_components()
2958 let metadata = KeyMetaData::load_from_db(key_id, &tx).context("In load_key_components.")?; in load_key_components()
3882 BlobMetaData::load_from_db(id, tx).no_gc() in test_set_blob()