Home
last modified time | relevance | path

Searched defs:slh_dsa_key_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_key.h23 struct slh_dsa_key_st { struct
31 uint8_t priv[4 * SLH_DSA_MAX_N];
37 uint8_t *pub;
38 OSSL_LIB_CTX *libctx;
39 char *propq;
40 int has_priv; /* Set to 1 if there is a private key component */
42 const SLH_DSA_PARAMS *params;
43 const SLH_ADRS_FUNC *adrs_func;
44 const SLH_HASH_FUNC *hash_func;
47 EVP_MD *md; /* Used for SHAKE and SHA-256 */
[all …]