Lines Matching refs:SHA1Update
95 SHA1Update(&tctx, key, key_len);
134 SHA1Update(&context, k_ipad, 64); /* start with inner pad */
135 SHA1Update(&context, text, text_len); /* then text of datagram */
149 SHA1Update(&context, k_opad, 64); /* start with outer pad */
150 SHA1Update(&context, digest, 20); /* then results of 1st hash */
182 SHA1Update(&tctx, key, key_len);
237 SHA1Update(&context, k_ipad, 64); /* start with inner pad */
241 SHA1Update(&context, mtod(m_at, char *)+offset,
261 SHA1Update(&context, k_opad, 64); /* start with outer pad */
262 SHA1Update(&context, digest, 20); /* then results of 1st hash */