Home
last modified time | relevance | path

Searched defs:ML_KEM_SEED_BYTES (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dml_kem.h48 # define ML_KEM_SEED_BYTES (ML_KEM_RANDOM_BYTES * 2) /* Keygen (d, z) */ macro
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c399 int hash_g(uint8_t out[ML_KEM_SEED_BYTES], const uint8_t *in, size_t len, in hash_g()
1366 int genkey(const uint8_t seed[ML_KEM_SEED_BYTES], in genkey()