Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dslh_dsa.h49 __owur size_t ossl_slh_dsa_key_get_sig_len(const SLH_DSA_KEY *key);
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c184 && !OSSL_PARAM_set_int(p, ossl_slh_dsa_key_get_sig_len(key))) in slh_dsa_get_params()
309 sig_len = ossl_slh_dsa_key_get_sig_len(key); in slh_dsa_fips140_pairwise_test()
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_key.c428 size_t ossl_slh_dsa_key_get_sig_len(const SLH_DSA_KEY *key) in ossl_slh_dsa_key_get_sig_len() function