File: hmac_sha1.h

package info (click to toggle)
canlock 2b-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 312 kB
  • sloc: ansic: 734; makefile: 60; sh: 2
file content (2 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (9)
1
2
unsigned char *hmac_sha1(const unsigned char *K, int Klen,
                         const unsigned char *T, int Tlen);