Searched refs:store_in_db (Results 1 – 1 of 1) sorted by relevance
197 fn store_in_db(&self, key_id: i64, tx: &Transaction) -> Result<()> { in store_in_db() method271 fn store_in_db(&self, blob_id: i64, tx: &Transaction) -> Result<()> { in store_in_db() method1343 key_metadata.store_in_db(key_id, tx).context("KeyMetaData::store_in_db failed")?; in store_super_key()1555 .store_in_db(blob_id, tx) in set_blob_internal()1613 metadata.store_in_db(key_id.0, tx).no_gc() in insert_key_metadata()1811 metadata.store_in_db(key_id.id(), tx).context("Trying to insert key metadata.")?; in store_new_key()1860 metadata.store_in_db(key_id.id(), tx).context("Trying to insert key metadata.")?; in store_new_certificate()