Symbol: OSSL_HPKE_encap
crypto/openssl/include/openssl/hpke.h
112
int OSSL_HPKE_encap(OSSL_HPKE_CTX *ctx,
crypto/openssl/test/hpke_test.c
1117
if (!TEST_true(OSSL_HPKE_encap(ctx, senderpub,
crypto/openssl/test/hpke_test.c
1249
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1490
if (!TEST_false(OSSL_HPKE_encap(NULL, NULL, NULL, NULL, 0, NULL, 0)))
crypto/openssl/test/hpke_test.c
152
if (!TEST_true(OSSL_HPKE_encap(sealctx, enc, &enclen,
crypto/openssl/test/hpke_test.c
1520
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1563
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 0)))
crypto/openssl/test/hpke_test.c
1566
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, -1)))
crypto/openssl/test/hpke_test.c
1569
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 1)))
crypto/openssl/test/hpke_test.c
1572
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, 0)))
crypto/openssl/test/hpke_test.c
1575
if (!TEST_false(OSSL_HPKE_encap(ctx, smallenc, &smallenclen, pub, 1, NULL, 0)))
crypto/openssl/test/hpke_test.c
1578
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1581
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1940
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
2002
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))