Home
last modified time | relevance | path

Searched refs:ml_dsa_sign (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c30 static OSSL_FUNC_signature_sign_fn ml_dsa_sign; variable
177 static int ml_dsa_sign(void *vctx, uint8_t *sig, size_t *siglen, size_t sigsize, in ml_dsa_sign() function
211 return ml_dsa_sign(vctx, sig, siglen, sigsize, tbs, tbslen); in ml_dsa_digest_sign()
341 { OSSL_FUNC_SIGNATURE_SIGN, (void (*)(void))ml_dsa_sign }, \
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dbuild.info5 ml_dsa_sign.c
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources263 crypto/ml_dsa/ml_dsa_sign.c
264 crypto/ml_dsa/ml_dsa_sign.h
H A Dfips-sources.checksums263 1d7f57a41034988a4e7d4c9a998760d2ef802c5e90275d09a3ca31c5f3403d94 crypto/ml_dsa/ml_dsa_sign.c
264 5217ef237e21872205703b95577290c34898423466a465c7bd609b2eb4627964 crypto/ml_dsa/ml_dsa_sign.h
/freebsd/secure/lib/libcrypto/
H A DMakefile322 SRCS+= ml_dsa_sign.c