Lines Matching full:sha1
2 * SHA1 hash implementation and interface functions
18 #include "sha1.h"
24 * hmac_sha1_vector - HMAC-SHA1 over data vector (RFC 2104)
48 /* if key is longer than 64 bytes reset it to key = SHA1(key) */
57 * SHA1(K XOR opad, SHA1(K XOR ipad, text))
71 /* perform inner SHA1 */
86 /* perform outer SHA1 */
96 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
111 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
341 * pbkdf2_sha1 - SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
465 /* ===== start - public domain SHA1 implementation ===== */
560 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
653 /* SHA1 initialization constants */
724 /* ===== end - public domain SHA1 implementation ===== */