Searched refs:enc_result (Results 1 – 2 of 2) sorted by relevance
34 const unsigned char *enc_result = NULL; in test_afalg_aes_cbc() local63 enc_result = &encresult_128[0]; in test_afalg_aes_cbc()67 enc_result = &encresult_192[0]; in test_afalg_aes_cbc()71 enc_result = &encresult_256[0]; in test_afalg_aes_cbc()85 if (!TEST_mem_eq(enc_result, BUFFER_SIZE, ebuf, BUFFER_SIZE)) in test_afalg_aes_cbc()
168 struct libcrux_mlkem768_enc_result enc_result = {0};182 if (sizeof(enc_result.fst.value) != crypto_kem_mlkem768_CIPHERTEXTBYTES)184 if (sizeof(enc_result.snd) != crypto_kem_mlkem768_BYTES)190 enc_result = libcrux_ml_kem_mlkem768_portable_encapsulate(&keypair.pk,193 &enc_result.fst, shared_key);194 if (memcmp(shared_key, enc_result.snd, sizeof(shared_key)) != 0)