Lines Matching refs:NULL

590     if (!EVP_DigestInit_ex(hashctx, EVP_shake256(), NULL)  in dohash()
593 return NULL; in dohash()
604 || !TEST_true(ossl_ed448_sign(NULL, outsig, NULL, 0, pubkey1, in test_ed448()
605 privkey1, NULL, 0, 0, NULL)) in test_ed448()
607 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg2, sizeof(msg2), in test_ed448()
608 pubkey2, privkey2, NULL, 0, 0, NULL)) in test_ed448()
610 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg3, sizeof(msg3), in test_ed448()
612 sizeof(context3), 0, NULL)) in test_ed448()
614 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg4, sizeof(msg4), in test_ed448()
615 pubkey4, privkey4, NULL, 0, 0, NULL)) in test_ed448()
617 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg5, sizeof(msg5), in test_ed448()
618 pubkey5, privkey5, NULL, 0, 0, NULL)) in test_ed448()
620 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg6, sizeof(msg6), in test_ed448()
621 pubkey6, privkey6, NULL, 0, 0, NULL)) in test_ed448()
623 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg7, sizeof(msg7), in test_ed448()
624 pubkey7, privkey7, NULL, 0, 0, NULL)) in test_ed448()
626 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg8, sizeof(msg8), in test_ed448()
627 pubkey8, privkey8, NULL, 0, 0, NULL)) in test_ed448()
629 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg9, sizeof(msg9), in test_ed448()
630 pubkey9, privkey9, NULL, 0, 0, NULL)) in test_ed448()
632 || !TEST_true(ossl_ed448_sign(NULL, outsig, in test_ed448()
635 phprivkey1, NULL, 0, 1, NULL)) in test_ed448()
637 || !TEST_true(ossl_ed448_sign(NULL, outsig, in test_ed448()
641 sizeof(phcontext2), 1, NULL)) in test_ed448()
705 { NULL } in test_get_options()