Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hmac/
H A Dhmac_local.h20 struct hmac_ctx_st { struct
21 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;