OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authpub
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/hpke/
hpke.c
71
unsigned char *
authpub
; /* auth public key */
member in struct:ossl_hpke_ctx_st
591
ctx->
authpub
,
597
ctx->
authpub
,
874
OPENSSL_free(ctx->
authpub
);
1028
OPENSSL_free(ctx->
authpub
);
1029
ctx->
authpub
= lpub;
/src/crypto/external/apache2/openssl/dist/test/
hpke_test.c
108
unsigned char
authpub
[OSSL_HPKE_TSTSIZE];
local
109
size_t authpublen = sizeof(
authpub
);
134
authpub
, &authpublen, &authpriv,
189
authpub
, authpublen)))
1059
unsigned char
authpub
[OSSL_HPKE_TSTSIZE];
local
1066
if (TEST_true(OSSL_HPKE_keygen(hpke_suite,
authpub
, &authpublen,
1072
authpubp =
authpub
;
1151
/* set to fail decode of
authpub
this time */
1153
authpub
,
1545
/* NULL
authpub
*/
1897
unsigned char
authpub
[OSSL_HPKE_TSTSIZE];
local
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026