HomeSort by: relevance | last modified time | path
    Searched defs:HMAC_FUNC (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcrypt/
hmac_sha1.c 11 #define HMAC_FUNC __hmac_sha1
hmac.c 36 * HMAC_FUNC the name of the function (hmac_sha1 or hmac_md5 etc)
67 HMAC_FUNC (const unsigned char *text, size_t text_len,
262 HMAC_FUNC(data, strlen(data), key, strlen(key), digest);
305 HMAC_FUNC(data, data_len, key, key_len, digest);

Completed in 11 milliseconds