Searched refs:ossl_ml_kem_encap_rand (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | ml_kem.h | 269 int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen,
|
/freebsd/crypto/openssl/test/ |
H A D | ml_kem_internal_test.c | 185 if (!ossl_ml_kem_encap_rand(ciphertext, v->ctext_bytes, in sanity_test()
|
/freebsd/crypto/openssl/providers/implementations/kem/ |
H A D | ml_kem_kem.c | 207 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 D | ml_kem_kmgmt.c | 116 operation_result = ossl_ml_kem_encap_rand(ctext, v->ctext_bytes, in ml_kem_pairwise_test()
|
/freebsd/crypto/openssl/crypto/ml_kem/ |
H A D | ml_kem.c | 1955 int ossl_ml_kem_encap_rand(uint8_t *ctext, size_t clen, in ossl_ml_kem_encap_rand() function
|