Searched defs:hmac_ctx_st (Results 1 – 1 of 1) sorted by relevance
20 struct hmac_ctx_st { struct21 const EVP_MD *md;22 EVP_MD_CTX *md_ctx;23 EVP_MD_CTX *i_ctx;24 EVP_MD_CTX *o_ctx;27 union {53 } plat;