#include <stddef.h>
Go to the source code of this file.
Functions | |
int | hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, void *resbuf) |
int hmac_sha1 | ( | const void * | key, | |
size_t | keylen, | |||
const void * | in, | |||
size_t | inlen, | |||
void * | resbuf | |||
) |
References IPAD, memxor(), OPAD, sha1_finish_ctx(), sha1_init_ctx(), sha1_process_block(), and sha1_process_bytes().
Referenced by pbkdf2_sha1().