Home
last modified time | relevance | path

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

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/aesGladman/
H A Dsha2.cpp570 #define CTX_512(x) ((x)->uu->ctx512) macro
588 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
589 memcpy(CTX_512(ctx)->hash, i512, 64); break; in sha2_begin()
602 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
612 case 64: sha_end(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/sha2-gladman/
H A Dsha2.c682 #define CTX_512(x) ((x)->uu->ctx512) macro
710 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
711 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
732 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
751 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/sha2-gladman/
H A Dsha2.c682 #define CTX_512(x) ((x)->uu->ctx512) macro
710 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
711 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
732 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
751 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bgaes/
H A Dsha2.c684 #define CTX_512(x) ((x)->uu->ctx512) macro
712 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
713 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
734 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
753 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/lang/yap/yap-6.2.2/packages/clib/sha1/
H A Dsha2.c683 #define CTX_512(x) ((x)->uu->ctx512) macro
711 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
712 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
733 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
752 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
H A Dsha2b.c743 #define CTX_512(x) ((x)->uu->ctx512) macro
771 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
772 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
793 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
812 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/security/cryptlib/cryptlib-3.4.3/crypt/
H A Dsha2.c687 #define CTX_512(x) ((x)->uu->ctx512) macro
715 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
716 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
737 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
756 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/sha1/
H A Dsha2.c683 #define CTX_512(x) ((x)->uu->ctx512) macro
711 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
712 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
733 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
752 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
H A Dsha2b.c743 #define CTX_512(x) ((x)->uu->ctx512) macro
771 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
772 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
793 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
812 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/crypto/
H A Dsha2.c683 #define CTX_512(x) ((x)->uu->ctx512) macro
711 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
712 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
733 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
752 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/sha2-gladman/
H A Dsha2.c682 #define CTX_512(x) ((x)->uu->ctx512) macro
710 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
711 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
732 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
751 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/devel/ucommon/ucommon-7.0.0/nossl/
H A Dsha2.cpp683 #define CTX_512(x) ((x)->uu->ctx512) macro
711 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
712 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
733 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
752 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/brg/
H A Dsha2.c859 #define CTX_512(x) ((x)->uu->ctx512) macro
887 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
888 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
909 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
928 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/brg/
H A Dsha2.c859 #define CTX_512(x) ((x)->uu->ctx512) macro
887 case 64: CTX_512(ctx)->count[0] = CTX_512(ctx)->count[1] = 0; in sha2_begin()
888 memcpy(CTX_512(ctx)->hash, i512, 64); in sha2_begin()
909 case 64: sha512_hash(data, len, CTX_512(ctx)); return; in sha2_hash()
928 case 64: sha_end2(hval, CTX_512(ctx), SHA512_DIGEST_SIZE); return; in sha2_end()