Home
last modified time | relevance | path

Searched refs:ossl_ml_kem_encap_rand (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dml_kem.h269 int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen,
/freebsd/crypto/openssl/test/
H A Dml_kem_internal_test.c185 if (!ossl_ml_kem_encap_rand(ciphertext, v->ctext_bytes, in sanity_test()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Dml_kem_kem.c207 ret = ossl_ml_kem_encap_rand(ctext, encap_clen, shsec, encap_slen, key); in ml_kem_encapsulate()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_kem_kmgmt.c116 operation_result = ossl_ml_kem_encap_rand(ctext, v->ctext_bytes, in ml_kem_pairwise_test()
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1955 int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen, in ossl_ml_kem_encap_rand() function