• Home
  • Raw
  • Download

Lines Matching full:action

200         // Action A: create a new auth-bound key which requires auth in the last 3 seconds,  in test_auth_bound_timeout_with_gk()
241 // Action B: succeed when a valid HAT is available. in test_auth_bound_timeout_with_gk()
253 // Action C: fail again when the HAT is old enough to not even be checked. in test_auth_bound_timeout_with_gk()
291 info!("trigger child process action A and wait for completion"); in test_auth_bound_timeout_with_gk()
299 info!("trigger child process action B and wait for completion"); in test_auth_bound_timeout_with_gk()
303 info!("trigger child process action C and wait for completion"); in test_auth_bound_timeout_with_gk()
327 // Action A: create a new auth-bound key which requires auth in the last 3 seconds, in test_auth_bound_timeout_failure()
368 // Action B: fail again when an invalid HAT is available. in test_auth_bound_timeout_failure()
382 // Action C: fail again when the HAT is old enough to not even be checked. in test_auth_bound_timeout_failure()
416 info!("trigger child process action A and wait for completion"); in test_auth_bound_timeout_failure()
424 info!("trigger child process action B and wait for completion"); in test_auth_bound_timeout_failure()
428 info!("trigger child process action C and wait for completion"); in test_auth_bound_timeout_failure()
460 // Action A: create a new auth-bound key which requires auth-per-operation (because in test_auth_bound_per_op_with_gk()
506 // Action B: start an operation and pass out the challenge in test_auth_bound_per_op_with_gk()
515 // Action C: finishing the operation succeeds now there's a per-op HAT. in test_auth_bound_per_op_with_gk()
552 info!("trigger child process action A and wait for completion"); in test_auth_bound_per_op_with_gk()
556 info!("trigger child process action B and wait for completion"); in test_auth_bound_per_op_with_gk()
564 info!("trigger child process action C and wait for completion"); in test_auth_bound_per_op_with_gk()
596 // Action A: create a new auth-bound key which requires auth-per-operation (because in test_auth_bound_per_op_with_gk_failure()
642 // Action B: fail again when an irrelevant HAT is available. in test_auth_bound_per_op_with_gk_failure()
658 // Action C: start an operation and pass out the challenge in test_auth_bound_per_op_with_gk_failure()
667 // Action D: finishing the operation still fails because the per-op HAT in test_auth_bound_per_op_with_gk_failure()
706 info!("trigger child process action A and wait for completion"); in test_auth_bound_per_op_with_gk_failure()
715 info!("trigger child process action B and wait for completion"); in test_auth_bound_per_op_with_gk_failure()
719 info!("trigger child process action C and wait for completion"); in test_auth_bound_per_op_with_gk_failure()
726 info!("trigger child process action D and wait for completion"); in test_auth_bound_per_op_with_gk_failure()
758 // Action A: create a new unlocked-device-required key (which thus requires in test_unlocked_device_required()
788 // Action B: fail to use the unlocked-device-required key while locked. in test_unlocked_device_required()
796 // Action C: try to use the unlocked-device-required key while unlocked with a in test_unlocked_device_required()
805 // Action D: try to use the unlocked-device-required key while unlocked with a weak in test_unlocked_device_required()
845 info!("trigger child process action A while unlocked and wait for completion"); in test_unlocked_device_required()
854 info!("trigger child process action B while locked and wait for completion"); in test_unlocked_device_required()
862 info!("trigger child process action C while lskf-unlocked and wait for completion"); in test_unlocked_device_required()
872 info!("trigger child process action D while weak-unlocked and wait for completion"); in test_unlocked_device_required()