Searched refs:make_cert_blob_file (Results 1 – 2 of 2) sorted by relevance
198 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()
1643 pub fn make_cert_blob_file<P: AsRef<Path>>(path: P, data: &[u8]) -> Result<()> { in make_cert_blob_file() function