示例#1
0
static gcry_err_code_t
hmac_reset (gcry_mac_hd_t h)
{
  _gcry_md_reset (h->u.hmac.md_ctx);
  return 0;
}
示例#2
0
void
gcry_md_reset (gcry_md_hd_t hd)
{
  _gcry_md_reset (hd);
}