Lines Matching refs:OSSL_HPKE_CTX_new
123 if (!TEST_ptr(sealctx = OSSL_HPKE_CTX_new(base->mode, base->suite, in do_testhpke()
173 if (!TEST_ptr(openctx = OSSL_HPKE_CTX_new(base->mode, base->suite, in do_testhpke()
1008 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_modes_suites()
1043 rctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_modes_suites()
1144 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_export()
1171 if (!TEST_ptr(rctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_export()
1409 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(OSSL_HPKE_MODE_PSK, hpke_suite, in test_hpke_oddcalls()
1429 if (!TEST_ptr_null(ctx = OSSL_HPKE_CTX_new(hpke_mode, bad_suite, in test_hpke_oddcalls()
1434 if (!TEST_ptr_null(ctx = OSSL_HPKE_CTX_new(bad_mode, hpke_suite, in test_hpke_oddcalls()
1439 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_oddcalls()
1500 if (!TEST_ptr(rctx = OSSL_HPKE_CTX_new(OSSL_HPKE_MODE_PSK, hpke_suite, in test_hpke_oddcalls()
1510 if (!TEST_ptr(rctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_oddcalls()
1838 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_compressed()
1851 if (!TEST_ptr(rctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_compressed()
1899 if (!TEST_ptr(ctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_noncereuse()
1916 if (!TEST_ptr(rctx = OSSL_HPKE_CTX_new(hpke_mode, hpke_suite, in test_hpke_noncereuse()