OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authpriv
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/hpke/
hpke.c
70
EVP_PKEY *
authpriv
; /* sender's authentication private key */
member in struct:ossl_hpke_ctx_st
501
if (EVP_PKEY_auth_encapsulate_init(pctx, ctx->
authpriv
,
873
EVP_PKEY_free(ctx->
authpriv
);
964
EVP_PKEY_free(ctx->
authpriv
);
965
ctx->
authpriv
= EVP_PKEY_dup(priv);
966
if (ctx->
authpriv
== NULL)
/src/crypto/external/apache2/openssl/dist/test/
hpke_test.c
110
EVP_PKEY *
authpriv
= NULL;
local
134
authpub, &authpublen, &
authpriv
,
138
if (!TEST_true(OSSL_HPKE_CTX_set1_authpriv(sealctx,
authpriv
)))
245
EVP_PKEY_free(
authpriv
);
947
EVP_PKEY *
authpriv
= NULL;
local
953
&
authpriv
, NULL, 0,
1000
authpriv
)))
1086
EVP_PKEY_free(
authpriv
);
1782
EVP_PKEY *
authpriv
= NULL;
local
1801
if (!TEST_true(OSSL_HPKE_keygen(hpke_suite, authpub, &authpublen, &
authpriv
,
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026