Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/
H A Dkeystore2_legacy_blob_tests.rs198 make_cert_blob_file(path_buf.as_path(), key_metadata.certificate.as_ref().unwrap()) in keystore2_encrypted_characteristics()
206 make_cert_blob_file(path_buf.as_path(), chain).unwrap(); in keystore2_encrypted_characteristics()
/aosp_15_r20/system/security/keystore2/src/
H A Dlegacy_blob.rs1643 pub fn make_cert_blob_file<P: AsRef<Path>>(path: P, data: &[u8]) -> Result<()> { in make_cert_blob_file() function