Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dml_dsa.h14 ossl_prov_ml_dsa_new(PROV_CTX *provctx, const char *propq, int evp_type);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c101 ML_DSA_KEY *ossl_prov_ml_dsa_new(PROV_CTX *ctx, const char *propq, int evp_type) in ossl_prov_ml_dsa_new() function
465 key = ossl_prov_ml_dsa_new(gctx->provctx, gctx->propq, evp_type); in ml_dsa_gen()
552 return ossl_prov_ml_dsa_new(provctx, NULL, EVP_PKEY_ML_DSA_##alg); \
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c247 if ((key = ossl_prov_ml_dsa_new(provctx, propq, evp_type)) == NULL) in ossl_ml_dsa_d2i_PKCS8()