Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_kem_kmgmt.c45 static OSSL_FUNC_keymgmt_has_fn ml_kem_has; variable
189 static int ml_kem_has(const void *vkey, int selection) in ml_kem_has() function
226 if (!ml_kem_has(key, selection)) in ml_kem_validate()
841 { OSSL_FUNC_KEYMGMT_HAS, (OSSL_FUNC) ml_kem_has }, \