Searched refs:ossl_ml_kem_key_new (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ml_kem_internal_test.c | 140 public_key = ossl_ml_kem_key_new(NULL, NULL, alg[i]); in sanity_test() 141 private_key = ossl_ml_kem_key_new(NULL, NULL, alg[i]); in sanity_test()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | ml_kem.h | 214 ML_KEM_KEY *ossl_ml_kem_key_new(OSSL_LIB_CTX *libctx, const char *properties,
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | ml_kem_codecs.c | 123 if ((ret = ossl_ml_kem_key_new(libctx, propq, evp_type)) == NULL) in ossl_ml_kem_d2i_PUBKEY()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ml_kem_kmgmt.c | 165 if ((key = ossl_ml_kem_key_new(PROV_LIBCTX_OF(ctx), propq, evp_type)) != NULL) { in ossl_prov_ml_kem_new()
|
/freebsd/crypto/openssl/crypto/ml_kem/ |
H A D | ml_kem.c | 1611 ML_KEM_KEY *ossl_ml_kem_key_new(OSSL_LIB_CTX *libctx, const char *properties, in ossl_ml_kem_key_new() function
|