Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/keymint/
Dipc_manager.rs783 let km_error_code = check_response_status(&response); in set_attestation_keys_certs() localVariable
784 expect!(km_error_code.is_ok(), "Should be able to call SetAttestatonKeys"); in set_attestation_keys_certs()
856 let km_error_code = check_response_status(&response); in set_attestation_ids() localVariable
857 expect!(km_error_code.is_ok(), "Should be able to call SetAttestationIds"); in set_attestation_ids()
892 let km_error_code = get_response_status(&session); in send_setbootparams_configure_setbootparams_configure() localVariable
893 expect!(km_error_code.is_ok(), "Should be able to call SetBootParams"); in send_setbootparams_configure_setbootparams_configure()
903 let km_error_code = get_response_status(&session); in send_setbootparams_configure_setbootparams_configure() localVariable
904 expect!(km_error_code.is_ok(), "Should be able to call ConfigureBootPatchlevel"); in send_setbootparams_configure_setbootparams_configure()
908 let km_error_code = get_response_status(&session); in send_setbootparams_configure_setbootparams_configure() localVariable
909 expect!(km_error_code.is_err(), "Shouldn't be able to call SetBootParams a second time"); in send_setbootparams_configure_setbootparams_configure()
[all …]