File: hmac_sha1.h

package info (click to toggle)
canlock 2b-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 160 kB
  • ctags: 77
  • sloc: ansic: 716; makefile: 112; 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);