OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openctx
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
hpke_test.c
98
OSSL_HPKE_CTX *sealctx = NULL, *
openctx
= NULL;
local
173
if (!TEST_ptr(
openctx
= OSSL_HPKE_CTX_new(base->mode, base->suite,
182
if (!TEST_true(OSSL_HPKE_CTX_set1_psk(
openctx
, base->pskid,
188
if (!TEST_true(OSSL_HPKE_CTX_set1_authpub(
openctx
,
192
if (!TEST_true(OSSL_HPKE_decap(
openctx
, enc, enclen, privR,
198
if (!TEST_true(OSSL_HPKE_open(
openctx
, ptout, &ptoutlen,
206
if (!TEST_true(OSSL_HPKE_CTX_get_seq(
openctx
, &lastseq)))
242
OSSL_HPKE_CTX_free(
openctx
);
hpke_test.c
98
OSSL_HPKE_CTX *sealctx = NULL, *
openctx
= NULL;
local
173
if (!TEST_ptr(
openctx
= OSSL_HPKE_CTX_new(base->mode, base->suite,
182
if (!TEST_true(OSSL_HPKE_CTX_set1_psk(
openctx
, base->pskid,
188
if (!TEST_true(OSSL_HPKE_CTX_set1_authpub(
openctx
,
192
if (!TEST_true(OSSL_HPKE_decap(
openctx
, enc, enclen, privR,
198
if (!TEST_true(OSSL_HPKE_open(
openctx
, ptout, &ptoutlen,
206
if (!TEST_true(OSSL_HPKE_CTX_get_seq(
openctx
, &lastseq)))
242
OSSL_HPKE_CTX_free(
openctx
);
hpke_test.c
98
OSSL_HPKE_CTX *sealctx = NULL, *
openctx
= NULL;
local
173
if (!TEST_ptr(
openctx
= OSSL_HPKE_CTX_new(base->mode, base->suite,
182
if (!TEST_true(OSSL_HPKE_CTX_set1_psk(
openctx
, base->pskid,
188
if (!TEST_true(OSSL_HPKE_CTX_set1_authpub(
openctx
,
192
if (!TEST_true(OSSL_HPKE_decap(
openctx
, enc, enclen, privR,
198
if (!TEST_true(OSSL_HPKE_open(
openctx
, ptout, &ptoutlen,
206
if (!TEST_true(OSSL_HPKE_CTX_get_seq(
openctx
, &lastseq)))
242
OSSL_HPKE_CTX_free(
openctx
);
Completed in 63 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026