Searched refs:mlkem_ciphertext (Results 1 – 1 of 1) sorted by relevance
201 struct libcrux_mlkem768_ciphertext mlkem_ciphertext; in kex_kem_mlkem768x25519_dec() local205 memset(&mlkem_ciphertext, 0, sizeof(mlkem_ciphertext)); in kex_kem_mlkem768x25519_dec()221 memcpy(mlkem_ciphertext.value, ciphertext, in kex_kem_mlkem768x25519_dec()222 sizeof(mlkem_ciphertext.value)); in kex_kem_mlkem768x25519_dec()224 dump_digest("server cipher text:", mlkem_ciphertext.value, in kex_kem_mlkem768x25519_dec()225 sizeof(mlkem_ciphertext.value)); in kex_kem_mlkem768x25519_dec()229 &mlkem_ciphertext, mlkem_key); in kex_kem_mlkem768x25519_dec()257 explicit_bzero(&mlkem_ciphertext, sizeof(mlkem_ciphertext)); in kex_kem_mlkem768x25519_dec()