Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/hmac/
H A Dhmac_local.h69 struct hmac_ctx_st { struct
70 const EVP_MD *md;
71 EVP_MD_CTX md_ctx;
72 EVP_MD_CTX i_ctx;
73 EVP_MD_CTX o_ctx;
74 unsigned int key_length;
75 unsigned char key[HMAC_MAX_MD_CBLOCK];