Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c258 || memcmp(ossl_ml_dsa_key_get_pub(key), pk, pk_len) == 0) in ml_dsa_key_fromdata()
327 pub = ossl_ml_dsa_key_get_pub(key); in ml_dsa_get_params()
388 && ((buf = ossl_ml_dsa_key_get_pub(key)) != NULL)) { in ml_dsa_export()
412 if (key == NULL || ossl_ml_dsa_key_get_pub(key) != NULL) in ml_dsa_load()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c271 const uint8_t *pk = ossl_ml_dsa_key_get_pub(key); in ossl_ml_dsa_i2d_pubkey()
390 memcpy(pos, ossl_ml_dsa_key_get_pub(key), params->pk_len); in ossl_ml_dsa_i2d_prvkey()
416 pk = ossl_ml_dsa_key_get_pub(key); in ossl_ml_dsa_key_to_text()
/freebsd/crypto/openssl/include/crypto/
H A Dml_dsa.h90 __owur const uint8_t *ossl_ml_dsa_key_get_pub(const ML_DSA_KEY *key);
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_key.c289 if (ossl_ml_dsa_key_get_pub(key) == NULL) in ossl_ml_dsa_key_has()
507 const uint8_t *ossl_ml_dsa_key_get_pub(const ML_DSA_KEY *key) in ossl_ml_dsa_key_get_pub() function
H A Dml_dsa_sign.c415 if (ossl_ml_dsa_key_get_pub(pub) == NULL) in ossl_ml_dsa_verify()
/freebsd/crypto/openssl/doc/designs/
H A Dml-dsa.md60 `ossl_ml_dsa_key_get_pub()` and `ossl_ml_dsa_key_get_priv()` return the