Home
last modified time | relevance | path

Searched refs:encrypt_cpa (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libcrypto/mlkem/
H A Dmlkem1024.c924 encrypt_cpa(uint8_t out[MLKEM1024_CIPHERTEXT_BYTES], in encrypt_cpa() function
986 encrypt_cpa(out_ciphertext, pub, entropy, key_and_randomness + 32); in MLKEM1024_encap_external_entropy()
1033 encrypt_cpa(expected_ciphertext, &priv->pub, decrypted, in MLKEM1024_decap()
H A Dmlkem768.c923 encrypt_cpa(uint8_t out[MLKEM768_CIPHERTEXT_BYTES], in encrypt_cpa() function
985 encrypt_cpa(out_ciphertext, pub, entropy, key_and_randomness + 32); in MLKEM768_encap_external_entropy()
1032 encrypt_cpa(expected_ciphertext, &priv->pub, decrypted, in MLKEM768_decap()