Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_sha.c23 void (*sha_end)(void *ctx, void *resbuf) FAST_FUNC; in sha_crypt() local
95 sha_end = (void*)sha256_end; in sha_crypt()
100 sha_end = (void*)sha512_end; in sha_crypt()
115 sha_end(&alt_ctx, alt_result); in sha_crypt()
132 sha_end(&ctx, alt_result); in sha_crypt()
139 sha_end(&alt_ctx, temp_result); in sha_crypt()
157 sha_end(&alt_ctx, temp_result); in sha_crypt()
192 sha_end(&ctx, alt_result); in sha_crypt()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/hmac-gladman/
H A Dhmac.c80 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
113 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
123 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h60 #define sha_end sha1_end macro
73 #define sha_end sha256_end macro
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/hmac-gladman/
H A Dhmac.c80 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
113 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
123 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h60 #define sha_end sha1_end macro
73 #define sha_end sha256_end macro
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/sha1/
H A Dhmac.c81 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
114 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
124 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h58 #define sha_end sha1_end macro
77 #define sha_end sha256_end macro
/dports/lang/yap/yap-6.2.2/packages/clib/sha1/
H A Dhmac.c81 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
114 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
124 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h58 #define sha_end sha1_end macro
77 #define sha_end sha256_end macro
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/hmac-gladman/
H A Dhmac.c80 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
113 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
123 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h60 #define sha_end sha1_end macro
73 #define sha_end sha256_end macro
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/aesGladman/
H A Dhmac.cpp81 sha_end(cx->key, cx->ctx); /* store the result as the */ in hmac_sha_data()
114 sha_end(dig, cx->ctx); /* complete the inner hash */ in hmac_sha_end()
124 sha_end(dig, cx->ctx); in hmac_sha_end()
H A Dhmac.h56 #define sha_end sha1_end macro
69 #define sha_end sha256_end macro
H A Dsha2.cpp458 static void sha_end(unsigned char hval[], sha512_ctx ctx[1], const unsigned int hlen) in sha_end() function
524 sha_end(hval, ctx, SHA384_DIGEST_SIZE); in sha384_end()
555 sha_end(hval, ctx, SHA512_DIGEST_SIZE); in sha512_end()
611 case 48: sha_end(hval, CTX_384(ctx), SHA384_DIGEST_SIZE); return; in sha2_end()
612 case 64: sha_end(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()