File: hmac_sha1.h

package info (click to toggle)
libcanlock 0.0.980924-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 228 kB
  • ctags: 102
  • sloc: ansic: 1,338; makefile: 63; sh: 34
file content (1 line) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (3)
1
unsigned char *hmac_sha1(unsigned char *K, int Klen, unsigned char *T, int Tlen);