OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pubbuf
(Results
1 - 4
of
4
) 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/providers/implementations/kem/
ec_kem.c
155
*
pubbuf
The encoded public key buffer
159
const unsigned char *
pubbuf
, size_t pubbuflen)
168
if (!EC_KEY_oct2key(key,
pubbuf
, pubbuflen, NULL))
ecx_kem.c
130
const unsigned char *
pubbuf
, size_t pubbuflen)
136
(char *)
pubbuf
, pubbuflen);
/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 129 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026