Home
last modified time | relevance | path

Searched refs:MLKEM1024_marshal_private_key (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/mlkem/
H A Dmlkem_internal.h99 int MLKEM1024_marshal_private_key(CBB *out,
H A Dmlkem1024.c1092 MLKEM1024_marshal_private_key(CBB *out, in MLKEM1024_marshal_private_key() function
/openbsd/regress/lib/libcrypto/mlkem/
H A Dmlkem_tests_util.c116 if (!MLKEM1024_marshal_private_key(&cbb, private_key)) in mlkem1024_encode_private_key()