Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_importer.rs664 let blob_info = BlobInfo::new_with_superseded( in check_and_import() localVariable
675 &blob_info, in check_and_import()
Ddatabase.rs2230 blob_info: &BlobInfo, in store_new_key()
2250 let BlobInfo { blob, metadata: blob_metadata, superseded_blob } = *blob_info; in store_new_key()
2552 let blob_info = key_blob.map_or::<Result<_>, _>(Ok(None), |(blob_id, blob)| { in load_blob_components() localVariable
2560 Ok((has_km_blob, blob_info, cert_blob, cert_chain_blob)) in load_blob_components()