Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dml_dsa.h107 __owur int ossl_ml_dsa_sk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dml_dsa_kmgmt.c248 if (!ossl_ml_dsa_sk_decode(key, sk, sk_len)) in ml_dsa_key_fromdata()
423 if (ossl_ml_dsa_sk_decode(key, sk, in ml_dsa_load()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c764 int ossl_ml_dsa_sk_decode(ML_DSA_KEY *key, const uint8_t *in, size_t in_len) in ossl_ml_dsa_sk_decode() function