Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c76 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 Dsha1.c131 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 Dsha1.h18 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len);
H A Dutil.c597 SHA1Update(&ctx, seed, sizeof(seed)); in getRandomBytes()
598 SHA1Update(&ctx, (unsigned char*)&counter,sizeof(counter)); in getRandomBytes()
H A Ddebug.c70 SHA1Update(&ctx,s,len); in xorDigest()
103 SHA1Update(&ctx,digest,20); in mixDigest()
H A Dscripting.c96 SHA1Update(&ctx,(unsigned char*)script,len); in sha1hex()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1.h54 void SHA1Update(SHA1_CTX *, const void *, size_t);
/f-stack/freebsd/crypto/
H A Dsha1.h70 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) macro
/f-stack/freebsd/opencrypto/
H A Dxform_sha1.c97 SHA1Update(ctx, buf, len); in SHA1Update_int()
/f-stack/freebsd/netgraph/
H A Dng_mppc.c879 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 Dip_carp.c361 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 Dsctp_os_bsd.h450 #define SCTP_SHA1_UPDATE SHA1Update
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c109 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 Dif_ethersubr.c1466 SHA1Update(&ctx, buf, sz); in ether_gen_addr()