Searched defs:hc_HMAC_CTX (Results 1 – 1 of 1) sorted by relevance
60 struct hc_HMAC_CTX { struct61 const EVP_MD *md;62 ENGINE *engine;63 EVP_MD_CTX *ctx;64 size_t key_length;65 void *opad;66 void *ipad;67 void *buf;