Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sw/device/tests/penetrationtests/firmware/sca/aes_sca.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ static status_t trigger_aes_gcm(dif_aes_key_share_t key, dif_aes_iv_t iv,
AES_TESTUTILS_WAIT_FOR_STATUS(&aes, kDifAesStatusInputReady, true,
kIbexAesGcmSleepCycles * 2);
TRY(dif_aes_load_gcm_tag_len(&aes, len_ptx, len_aad));
if (trigger.triggers[3]) {
if (trigger.triggers[4]) {
// In the FPGA mode, the AES automatically raises the trigger signal. For
// the other mode, the pentest_call_and_sleep function manually raises the
// trigger pin.
Expand Down
Loading