Lines Matching +full:128 +full:k
29 unsigned char k_pad[128]; /* padding - key XORd with ipad/opad */ in hmac_sha512_vector()
42 /* if key is longer than 128 bytes reset it to key = SHA512(key) */ in hmac_sha512_vector()
43 if (key_len > 128) { in hmac_sha512_vector()
52 * SHA512(K XOR opad, SHA512(K XOR ipad, text)) in hmac_sha512_vector()
54 * where K is an n byte key in hmac_sha512_vector()
55 * ipad is the byte 0x36 repeated 128 times in hmac_sha512_vector()
56 * opad is the byte 0x5c repeated 128 times in hmac_sha512_vector()
63 for (i = 0; i < 128; i++) in hmac_sha512_vector()
68 _len[0] = 128; in hmac_sha512_vector()
79 for (i = 0; i < 128; i++) in hmac_sha512_vector()
84 _len[0] = 128; in hmac_sha512_vector()