Negative tests for all NULL arguments

This commit is contained in:
Ruby Martin
2024-05-23 13:57:08 -06:00
parent b8838dca44
commit 078fb66b29

View File

@ -27520,7 +27520,7 @@ static wc_test_ret_t hpke_test_single(Hpke* hpke)
if (ret != 0)
ret = WC_TEST_RET_ENC_EC(ret);
}
/* seal */
if (ret == 0) {
ret = wc_HpkeSealBase(hpke, ephemeralKey, receiverKey,