Lines Matching full:sha1
3 * SHA-1 and HMAC-SHA1 library functions
7 #include <crypto/sha1.h>
74 * sha1_transform - single block SHA1 transform (deprecated)
131 * sha1_init_raw - initialize the vectors for a SHA1 digest
158 #include "sha1.h" /* $(SRCARCH)/sha1.h */
229 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]) in sha1() function
237 EXPORT_SYMBOL_GPL(sha1);
249 sha1(raw_key, raw_key_len, derived_key.b); in __hmac_sha1_preparekey()
343 * Implementation Guidance, testing HMAC-SHA1 satisfies the test in sha1_mod_init()
352 panic("sha1: FIPS self-test failed\n"); in sha1_mod_init()
364 MODULE_DESCRIPTION("SHA-1 and HMAC-SHA1 library functions");