Home
last modified time | relevance | path

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

/trusty/user/app/keymint/
Dsecure_storage_manager.rs506 fn check_key_file_exists(algorithm: SigningAlgorithm) -> bool { in check_key_file_exists() function
723 if check_key_file_exists(SigningAlgorithm::Ec) { in unprovisioned_keys_certs_reads_produces_error()
726 if check_key_file_exists(SigningAlgorithm::Rsa) { in unprovisioned_keys_certs_reads_produces_error()
746 if check_key_file_exists(algorithm) { in provision_certs_test_impl()
783 if check_key_file_exists(algorithm) { in clear_certificate_chain_works_when_unprovisioned_impl()
788 check_key_file_exists(algorithm) == false, in clear_certificate_chain_works_when_unprovisioned_impl()
801 if check_key_file_exists(algorithm) { in clear_certificate_chain_works_impl()