Searched refs:km_error_code (Results 1 – 1 of 1) sorted by relevance
783 let km_error_code = check_response_status(&response); in set_attestation_keys_certs() localVariable784 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() localVariable857 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() localVariable893 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() localVariable904 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() localVariable909 expect!(km_error_code.is_err(), "Shouldn't be able to call SetBootParams a second time"); in send_setbootparams_configure_setbootparams_configure()[all …]