| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | sha1_mod.c | 76 SHA1Update(ctx, key, len); \ 297 SHA1Update(sha1_ctx, in sha1_digest_update_uio() 436 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest() 500 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update() 587 SHA1Update(&sha1_ctx, in sha1_digest_atomic() 678 SHA1Update(&ctx->hc_icontext, (uint8_t *)ipad, SHA1_HMAC_BLOCK_SIZE); in sha1_mac_init_ctx() 771 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_icontext, in sha1_mac_update() 818 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext, digest, in sha1_mac_final() 868 SHA1Update(&(ctx).hc_icontext, \ 951 SHA1Update(&sha1_hmac_ctx.hc_ocontext, digest, SHA1_DIGEST_LENGTH); in sha1_mac_atomic() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sha1.c | 131 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len) in SHA1Update() function 184 SHA1Update(context, &c, 1); in SHA1Final() 187 SHA1Update(context, &c, 1); in SHA1Final() 189 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */ in SHA1Final() 218 SHA1Update(&ctx, buf, BUFSIZE); in sha1Test()
|
| H A D | sha1.h | 18 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len);
|
| H A D | util.c | 597 SHA1Update(&ctx, seed, sizeof(seed)); in getRandomBytes() 598 SHA1Update(&ctx, (unsigned char*)&counter,sizeof(counter)); in getRandomBytes()
|
| H A D | debug.c | 70 SHA1Update(&ctx,s,len); in xorDigest() 103 SHA1Update(&ctx,digest,20); in mixDigest()
|
| H A D | scripting.c | 96 SHA1Update(&ctx,(unsigned char*)script,len); in sha1hex()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/ |
| H A D | sha1.h | 54 void SHA1Update(SHA1_CTX *, const void *, size_t);
|
| /f-stack/freebsd/crypto/ |
| H A D | sha1.h | 70 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha1.c | 97 SHA1Update(ctx, buf, len); in SHA1Update_int()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 879 SHA1Update(&c, h, len); in ng_mppc_getkey() 880 SHA1Update(&c, pad1, sizeof(pad1)); in ng_mppc_getkey() 881 SHA1Update(&c, h2, len); in ng_mppc_getkey() 882 SHA1Update(&c, pad2, sizeof(pad2)); in ng_mppc_getkey()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 361 SHA1Update(&sc->sc_sha1, sc->sc_pad, sizeof(sc->sc_pad)); in carp_hmac_prepare() 362 SHA1Update(&sc->sc_sha1, (void *)&version, sizeof(version)); in carp_hmac_prepare() 363 SHA1Update(&sc->sc_sha1, (void *)&type, sizeof(type)); in carp_hmac_prepare() 364 SHA1Update(&sc->sc_sha1, (void *)&vhid, sizeof(vhid)); in carp_hmac_prepare() 381 SHA1Update(&sc->sc_sha1, (void *)&cur, sizeof(cur)); in carp_hmac_prepare() 402 SHA1Update(&sc->sc_sha1, (void *)&cur6, sizeof(cur6)); in carp_hmac_prepare() 422 SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter)); in carp_hmac_generate() 427 SHA1Update(&sha1ctx, sc->sc_pad, sizeof(sc->sc_pad)); in carp_hmac_generate() 428 SHA1Update(&sha1ctx, md, 20); in carp_hmac_generate()
|
| H A D | sctp_os_bsd.h | 450 #define SCTP_SHA1_UPDATE SHA1Update
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/ |
| H A D | sha1.c | 109 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() function 203 SHA1Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA1Final() 206 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
|
| /f-stack/freebsd/net/ |
| H A D | if_ethersubr.c | 1466 SHA1Update(&ctx, buf, sz); in ether_gen_addr()
|