Lines Matching defs:result
70 let result = legacy.addRngEntropy(&[42; 16]); in test_add_rng_entropy() localVariable
178 let result = legacy.importWrappedKey(&[], &[], &[], &[], 0, 0); in test_import_wrapped_key() localVariable
187 let result = legacy.upgradeKey(&blob, &[]); in test_upgrade_key() localVariable
196 let result = legacy.deleteKey(&blob); in test_delete_key() localVariable
203 let result = legacy.deleteAllKeys(); in test_delete_all_keys() localVariable
210 let result = legacy.destroyAttestationIds(); in test_destroy_attestation_ids() localVariable
264 let result = legacy.begin(purpose, blob, &kps, None); in begin() localVariable
275 let result = operation.abort(); in test_begin_abort() localVariable
277 let result = operation.abort(); in test_begin_abort() localVariable
297 let result = operation.finish( in test_begin_update_finish() localVariable
320 let result = operation.update( in test_begin_update_finish() localVariable
327 let result = operation.finish( in test_begin_update_finish() localVariable
351 let result = secure_clock.generateTimeStamp(challenge); in test_secure_clock() localVariable
353 let result = result.unwrap(); in test_secure_clock() localVariable
372 let result = shared_secret.getSharedSecretParameters(); in test_shared_secret() localVariable
376 let result = shared_secret.computeSharedSecret(&[params]); in test_shared_secret() localVariable