Home
last modified time | relevance | path

Searched refs:sha_update (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net-p2p/shx/shx-0.2.4/src/hope/
H A Dhmac.c17 sha_update(&ctx, key, keylen); in hmac_xxx()
18 sha_update(&ctx, text, textlen); in hmac_xxx()
38 sha_update(&ctx, key, keylen); in hmac_xxx()
70 sha_update(&ctx, k_ipad, 64); in hmac_xxx()
71 sha_update(&ctx, text, textlen); in hmac_xxx()
75 sha_update(&ctx, k_opad, 64); in hmac_xxx()
76 sha_update(&ctx, md, 20); in hmac_xxx()
/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dmhash_sha1.h9 #define sha_update mhash_sha_update macro
30 void sha_update(struct sha_ctx *ctx, mutils_word8 *buffer, mutils_word32 len);
/dports/editors/wxhexeditor/wxHexEditor/mhash/lib/
H A Dmhash_sha1.h9 #define sha_update mhash_sha_update macro
30 void sha_update(struct sha_ctx *ctx, mutils_word8 *buffer, mutils_word32 len);
/dports/audio/mkcue/mkcue-1.orig/
H A Ddiskid.cc66 sha_update(&sha, (unsigned char *)"0123456789", 10); in TestGenerateId()
96 sha_update(&sha, (unsigned char *)temp, strlen(temp)); in GenerateId()
99 sha_update(&sha, (unsigned char *)temp, strlen(temp)); in GenerateId()
104 sha_update(&sha, (unsigned char *)temp, strlen(temp)); in GenerateId()
/dports/mail/postsrsd/postsrsd-1.10/
H A Dsha1.c233 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) in sha_update() function
350 sha_update(&ctx, (sha_byte*)data, len); in sha_digest()
376 sha_update(&ctx->sctx, (sha_byte*)ctx->ipad, SHA_BLOCKSIZE); in srs_hmac_init()
382 sha_update(&ctx->sctx, (sha_byte*)data, len); in srs_hmac_update()
392 sha_update(&ctx->sctx, (sha_byte*)ctx->opad, SHA_BLOCKSIZE); in srs_hmac_fini()
393 sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE); in srs_hmac_fini()
/dports/mail/libsrs2/libsrs2-1.0.18/libsrs2/
H A Dsha1.c243 sha_update(SHA_INFO *sha_info, sha_byte *buffer, int count) in sha_update() function
360 sha_update(&ctx, data, len); in sha_digest()
386 sha_update(&ctx->sctx, ctx->ipad, SHA_BLOCKSIZE); in srs_hmac_init()
392 sha_update(&ctx->sctx, data, len); in srs_hmac_update()
402 sha_update(&ctx->sctx, ctx->opad, SHA_BLOCKSIZE); in srs_hmac_fini()
403 sha_update(&ctx->sctx, buf, SHA_DIGESTSIZE); in srs_hmac_fini()
/dports/devel/tcl-trf/trf2.1.4/generic/templates/
H A Dmd_template.c196 sha_update (&s->s, s->buf, CHUNK_SIZE);
203 sha_update (&s->s, buffer, CHUNK_SIZE);
/dports/deskutils/bitcollider/bitcollider-0.6.0/lib/
H A Dmp3.c217 sha_update(&info->scontext, info->audioShaBuffer, i); in mp3_final()
424 sha_update(&info->scontext, info->audioShaBuffer, in update_audio_sha1()
426 sha_update(&info->scontext, buf, bufLen - ID3_TAG_LEN); in update_audio_sha1()
436 sha_update(&info->scontext, info->audioShaBuffer, bytesToRemove); in update_audio_sha1()
/dports/security/zebedee/zebedee-2.5.3/
H A Dzebedee.c1515 sha_update(&shaIn, (SHA_BYTE *)&msg->tmp, size); in readMessage()
1706 sha_update(&sha, (SHA_BYTE *)data, size); in writeMessage()
3107 sha_update(&sha, (SHA_BYTE *)&tms, sizeof(tms)); in generateKey()
3141 sha_update(&sha, (SHA_BYTE *)buffer, 8); in generateKey()
3342 sha_update(&sha, (SHA_BYTE *)&tms, sizeof(tms)); in generateNonce()
4227 sha_update(&sha, (SHA_BYTE *)str, strlen(str)); in hashStrings()
4269 sha_update(&sha, (SHA_BYTE *)buf, num); in hashFile()
5667 sha_update(&sha, hdrData, hdrSize); in client()
5759 sha_update(&sha, hdrData, hdrSize); in client()
6408 sha_update(&sha, hdrData, hdrSize); in server()
[all …]
/dports/security/p5-Digest-Hashcash/Digest-Hashcash-0.04/
H A DHashcash.xs249 static void sha_update(SHA_INFO *restrict sha_info, U8 *restrict buffer, int count) in sha_update() function
494 sha_update (&ctx, data, sizeof (data)); in _estimate_rounds()
574 sha_update (&ctx1, token, toklen);
585 sha_update (&ctx, seq, 16);
605 sha_update (&ctx, seq, j);
635 sha_update (&ctx, token, toklen); in _prefixlen()
/dports/devel/llvm90/llvm-9.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll29 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
45 sha_update.exit.exitStub: ; preds = %bb3.i
72 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm80/llvm-8.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll29 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
45 sha_update.exit.exitStub: ; preds = %bb3.i
72 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm70/llvm-7.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll29 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
45 sha_update.exit.exitStub: ; preds = %bb3.i
72 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
51 sha_update.exit.exitStub: ; preds = %bb3.i
78 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm10/llvm-10.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
51 sha_update.exit.exitStub: ; preds = %bb3.i
78 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm11/llvm-11.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
51 sha_update.exit.exitStub: ; preds = %bb3.i
78 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
51 sha_update.exit.exitStub: ; preds = %bb3.i
78 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
51 sha_update.exit.exitStub: ; preds = %bb3.i
78 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/ScalarEvolution/
H A Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub

12345