MLKEM_decap
LCRYPTO_USED(MLKEM_decap);
LCRYPTO_ALIAS(MLKEM_decap);
int MLKEM_decap(const MLKEM_private_key *private_key,
if (!MLKEM_decap(ks->mlkem_private, ks->mlkem_encap,
if (!MLKEM_decap(priv, invalid_ciphertext,
if (!MLKEM_decap(priv_key, CBS_data(&ciphertext), CBS_len(&ciphertext),
if (!MLKEM_decap(priv_key, CBS_data(&c), CBS_len(&c),
if (!MLKEM_decap(priv, ciphertext, ciphertext_len,
if (!MLKEM_decap(priv2, ciphertext, ciphertext_len,
if (!MLKEM_decap(priv, ct, ct_len, &ss, &ss_len))