OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pubbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c
211
uint8_t
pubbuf
[PARAM_BUF_SZ]; /* expressly bigger than max key size * 3 */
local
224
RAND_bytes(
pubbuf
, PARAM_BUF_SZ);
239
bufptr = ((*buf)[0] & 0x4) ? NULL :
pubbuf
;
/src/crypto/external/apache2/openssl/dist/test/
hpke_test.c
76
unsigned char
pubbuf
[256];
local
80
if (!TEST_true(publen <= sizeof(
pubbuf
)))
84
pubbuf
, sizeof(
pubbuf
), &pubbuflen);
87
if (pub != NULL && !TEST_mem_eq(
pubbuf
, pubbuflen, pub, publen))
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026