OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:encoded_public_key
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ml_kem_internal_test.c
103
uint8_t *
encoded_public_key
= NULL;
local
129
encoded_public_key
= OPENSSL_malloc(v->pubkey_bytes);
131
if (
encoded_public_key
== NULL || ciphertext == NULL)
136
if (!ossl_ml_kem_genkey(
encoded_public_key
, v->pubkey_bytes,
146
if (!TEST_mem_eq(
encoded_public_key
+ v->vector_bytes,
154
if (!ossl_ml_kem_parse_public_key(
encoded_public_key
, v->pubkey_bytes,
236
OPENSSL_free(
encoded_public_key
);
ml_kem_internal_test.c
103
uint8_t *
encoded_public_key
= NULL;
local
129
encoded_public_key
= OPENSSL_malloc(v->pubkey_bytes);
131
if (
encoded_public_key
== NULL || ciphertext == NULL)
136
if (!ossl_ml_kem_genkey(
encoded_public_key
, v->pubkey_bytes,
146
if (!TEST_mem_eq(
encoded_public_key
+ v->vector_bytes,
154
if (!ossl_ml_kem_parse_public_key(
encoded_public_key
, v->pubkey_bytes,
236
OPENSSL_free(
encoded_public_key
);
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026