Lines Matching refs:OSSL_HPKE_encap
152 if (!TEST_true(OSSL_HPKE_encap(sealctx, enc, &enclen, in do_testhpke()
1024 if (!TEST_true(OSSL_HPKE_encap(ctx, senderpub, in test_hpke_modes_suites()
1156 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_export()
1394 if (!TEST_false(OSSL_HPKE_encap(NULL, NULL, NULL, NULL, 0, NULL, 0))) in test_hpke_oddcalls()
1424 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_oddcalls()
1467 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 0))) in test_hpke_oddcalls()
1470 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, -1))) in test_hpke_oddcalls()
1473 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 1))) in test_hpke_oddcalls()
1476 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, 0))) in test_hpke_oddcalls()
1479 if (!TEST_false(OSSL_HPKE_encap(ctx, smallenc, &smallenclen, pub, 1, NULL, 0))) in test_hpke_oddcalls()
1482 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_oddcalls()
1485 if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_oddcalls()
1844 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_compressed()
1906 if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0))) in test_hpke_noncereuse()