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
1003
if (!TEST_true(OSSL_HPKE_encap(ctx, senderpub,
crypto/openssl/test/hpke_test.c
1135
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1376
if (!TEST_false(OSSL_HPKE_encap(NULL, NULL, NULL, NULL, 0, NULL, 0)))
crypto/openssl/test/hpke_test.c
1406
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1449
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 0)))
crypto/openssl/test/hpke_test.c
1452
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, -1)))
crypto/openssl/test/hpke_test.c
1455
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, NULL, 1)))
crypto/openssl/test/hpke_test.c
1458
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, 1, info, 0)))
crypto/openssl/test/hpke_test.c
1461
if (!TEST_false(OSSL_HPKE_encap(ctx, smallenc, &smallenclen, pub, 1, NULL, 0)))
crypto/openssl/test/hpke_test.c
1464
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1467
if (!TEST_false(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
152
if (!TEST_true(OSSL_HPKE_encap(sealctx, enc, &enclen,
crypto/openssl/test/hpke_test.c
1826
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))
crypto/openssl/test/hpke_test.c
1888
if (!TEST_true(OSSL_HPKE_encap(ctx, enc, &enclen, pub, publen, NULL, 0)))