Searched refs:SHA1Update (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/lib/libnetbsd/
H A Dsha1.h41 #define SHA1Update SHA1_Update macro
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dsha1_i.h25 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
H A Dcrypto_internal.c75 SHA1Update(&ctx->u.sha1, key, key_len);
88 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
111 SHA1Update(&ctx->u.sha1, data, len);
185 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
186 SHA1Update(&ctx->u.sha1, mac, 20);
H A Dsha1-internal.c43 SHA1Update(&ctx, addr[i], len[i]);
62 Routine SHA1Update changed from
63 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
66 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
73 greater than 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
79 I also changed the declaration of variables i & j in SHA1Update to
249 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) function
289 SHA1Update(context, (unsigned char *) "\200", 1);
291 SHA1Update(context, (unsigned char *) "\0", 1);
293 SHA1Update(contex
[all...]
/freebsd-9.3-release/sys/crypto/
H A Dsha1.h66 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
/freebsd-9.3-release/crypto/openssh/
H A Ddigest-libc.c83 (md_update_fn *) SHA1Update,
/freebsd-9.3-release/sys/netgraph/
H A Dng_mppc.c883 SHA1Update(&c, h, len);
884 SHA1Update(&c, pad1, sizeof(pad1));
885 SHA1Update(&c, h2, len);
886 SHA1Update(&c, pad2, sizeof(pad2));
/freebsd-9.3-release/sys/netinet/
H A Dip_carp.c285 SHA1Update(&sc->sc_sha1, sc->sc_pad, sizeof(sc->sc_pad));
286 SHA1Update(&sc->sc_sha1, (void *)&version, sizeof(version));
287 SHA1Update(&sc->sc_sha1, (void *)&type, sizeof(type));
288 SHA1Update(&sc->sc_sha1, (void *)&vhid, sizeof(vhid));
307 SHA1Update(&sc->sc_sha1, (void *)&cur, sizeof(cur));
330 SHA1Update(&sc->sc_sha1, (void *)&cur6, sizeof(cur6));
351 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter));
356 SHA1Update(&sha1ctx, sc->sc_pad, sizeof(sc->sc_pad));
357 SHA1Update(&sha1ctx, md, 20);
H A Dsctp_os_bsd.h472 #define SCTP_SHA1_UPDATE SHA1Update
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h134 # define archive_sha1_update(ctx, buf, n) SHA1Update(ctx, buf, n)
/freebsd-9.3-release/sys/dev/safe/
H A Dsafe.c659 SHA1Update(&sha1ctx, key, klen);
660 SHA1Update(&sha1ctx, hmac_ipad_buffer,
675 SHA1Update(&sha1ctx, key, klen);
676 SHA1Update(&sha1ctx, hmac_opad_buffer,
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.c762 SHA1Update(ctx, buf, len);
/freebsd-9.3-release/sys/dev/cesa/
H A Dcesa.c481 SHA1Update(&sha1ctx, ipad, SHA1_HMAC_BLOCK_LEN);
484 SHA1Update(&sha1ctx, opad, SHA1_HMAC_BLOCK_LEN);
/freebsd-9.3-release/sys/dev/ubsec/
H A Dubsec.c863 SHA1Update(&sha1ctx, key, klen);
864 SHA1Update(&sha1ctx, hmac_ipad_buffer,
879 SHA1Update(&sha1ctx, key, klen);
880 SHA1Update(&sha1ctx, hmac_opad_buffer,

Completed in 194 milliseconds