Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa_local.h48 struct slh_dsa_hash_ctx_st { struct
49 const SLH_DSA_KEY *key; /* This key is not owned by this object */
50 EVP_MD_CTX *md_ctx; /* Either SHAKE OR SHA-256 */
51 EVP_MD_CTX *md_big_ctx; /* Either SHA-512 or points to |md_ctx| for SHA-256*/
52 EVP_MAC_CTX *hmac_ctx; /* required by SHA algorithms for PRFmsg() */
53 int hmac_digest_used; /* Used for lazy init of hmac_ctx digest */