Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs2078 let mut cert_chain_blob: Vec<u8> = Vec::new(); in retrieve_attestation_key_and_cert_chain() localVariable
2087 cert_chain_blob = row.1; in retrieve_attestation_key_and_cert_chain()
2098 cert_chain: cert_chain_blob, in retrieve_attestation_key_and_cert_chain()
2509 let mut cert_chain_blob: Option<Vec<u8>> = None; in load_blob_components() localVariable
2527 cert_chain_blob = in load_blob_components()
2547 Ok((has_km_blob, blob_info, cert_blob, cert_chain_blob)) in load_blob_components()
2960 let (has_km_blob, key_blob_info, cert_blob, cert_chain_blob) = in load_key_components()
2974 cert_chain: cert_chain_blob, in load_key_components()