Skip to content

Commit

Permalink
Merge pull request #750 from cisco/bugfix/switches
Browse files Browse the repository at this point in the history
Add missing enums from switches
  • Loading branch information
abkarcher committed Dec 9, 2022
2 parents 9278e32 + e0ef10b commit db43350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/app_kda.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ int app_kda_hkdf_handler(ACVP_TEST_CASE *test_case) {
memcpy_s(fixedInfo + tmp, fixedInfoLen - tmp, (char *)&lBits, 4);
tmp += 4;
break;
case ACVP_KDA_PATTERN_T:
case ACVP_KDA_PATTERN_NONE:
case ACVP_KDA_PATTERN_MAX:
default:
Expand Down
1 change: 1 addition & 0 deletions src/acvp_capabilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -7429,6 +7429,7 @@ ACVP_RESULT acvp_cap_kda_set_parm(ACVP_CTX *ctx, ACVP_CIPHER cipher, ACVP_KDA_PA
}
result = acvp_append_name_list(&cap_list->cap.kda_onestep_cap->aux_functions, tmp);
break;
case ACVP_KDA_HKDF_HMAC_ALG:
case ACVP_KDA_Z:
case ACVP_KDA_USE_HYBRID_SECRET:
default:
Expand Down

0 comments on commit db43350

Please sign in to comment.