Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/keymint/
Dsecure_storage_manager.rs627 fn check_key_file_exists(algorithm: SigningAlgorithm) -> bool { in check_key_file_exists() function
850 if check_key_file_exists(SigningAlgorithm::Ec) { in unprovisioned_keys_certs_reads_produces_error()
853 if check_key_file_exists(SigningAlgorithm::Rsa) { in unprovisioned_keys_certs_reads_produces_error()
873 if check_key_file_exists(algorithm) { in provision_certs_test_impl()
910 if check_key_file_exists(algorithm) { in clear_certificate_chain_works_when_unprovisioned_impl()
915 check_key_file_exists(algorithm) == false, in clear_certificate_chain_works_when_unprovisioned_impl()
928 if check_key_file_exists(algorithm) { in clear_certificate_chain_works_impl()