Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dml_kem.h14 ossl_prov_ml_kem_new(PROV_CTX *provctx, const char *propq, int evp_type);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_kem_kmgmt.c153 ML_KEM_KEY *ossl_prov_ml_kem_new(PROV_CTX *ctx, const char *propq, int evp_type) in ossl_prov_ml_kem_new() function
762 key = ossl_prov_ml_kem_new(gctx->provctx, gctx->propq, gctx->evp_type); in ml_kem_gen()
826 return ossl_prov_ml_kem_new(provctx, NULL, EVP_PKEY_ML_KEM_##bits); \
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_kem_codecs.c244 if ((key = ossl_prov_ml_kem_new(provctx, propq, evp_type)) == NULL) in ossl_ml_kem_d2i_PKCS8()