Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dml_dsa.h106 __owur int ossl_ml_dsa_pk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len);
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c127 if (!ossl_ml_dsa_pk_decode(ret, pk, (size_t) pk_len)) { in ossl_ml_dsa_d2i_PUBKEY()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c251 if (!ossl_ml_dsa_pk_decode(key, pk, pk_len)) in ml_dsa_key_fromdata()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c664 int ossl_ml_dsa_pk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len) in ossl_ml_dsa_pk_decode() function