Home
last modified time | relevance | path

Searched refs:sha1_hmac_update (Results 1 – 24 of 24) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm00150_a0-pure.cl59 sha1_hmac_update (&ctx, s, salt_len);
124 sha1_hmac_update (&ctx, s, salt_len);
H A Dm00150_a1-pure.cl82 sha1_hmac_update (&ctx, s, salt_len);
172 sha1_hmac_update (&ctx, s, salt_len);
H A Dm00160_a1-pure.cl84 sha1_hmac_update (&ctx, c, pw_len + comb_len);
176 sha1_hmac_update (&ctx, c, pw_len + comb_len);
H A Dm18100_a0-pure.cl59 sha1_hmac_update (&ctx, s, salt_len);
148 sha1_hmac_update (&ctx, s, salt_len);
H A Dm18100_a1-pure.cl82 sha1_hmac_update (&ctx, s, salt_len);
196 sha1_hmac_update (&ctx, s, salt_len);
H A Dinc_hash_sha1.h115 DECLSPEC void sha1_hmac_update (sha1_hmac_ctx_t *ctx, const u32 *w, const int len);
H A Dm02501-pure.cl313 sha1_hmac_update (&ctx1, pke, 100);
498 sha1_hmac_update (&ctx1, pke, 100);
H A Dm23200-pure.cl277 sha1_hmac_update (&sha1_hmac_ctx, data, 10);
H A Dm22001-pure.cl367 sha1_hmac_update (&ctx1, pke, 100);
557 sha1_hmac_update (&ctx1, pke, 100);
H A Dm02500-pure.cl537 sha1_hmac_update (&ctx1, pke, 100);
722 sha1_hmac_update (&ctx1, pke, 100);
H A Dm22000-pure.cl554 sha1_hmac_update (&ctx1, pke, 100);
744 sha1_hmac_update (&ctx1, pke, 100);
H A Dinc_hash_sha1.cl1659 DECLSPEC void sha1_hmac_update (sha1_hmac_ctx_t *ctx, const u32 *w, const int len)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Crypto/
H A Dsha1.h104 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen );
H A Dsha1.cpp361 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen ) in sha1_hmac_update() function
392 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
552 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i], in sha1_self_test()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Crypto/
H A Dsha1.h104 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen );
H A Dsha1.cpp361 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen ) in sha1_hmac_update() function
392 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
552 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i], in sha1_self_test()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Crypto/
H A Dsha1.h104 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen );
H A Dsha1.cpp361 void sha1_hmac_update( sha1_context *ctx, unsigned char *input, int ilen ) in sha1_hmac_update() function
392 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
552 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i], in sha1_self_test()
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dsha1.h110 void sha1_hmac_update( sha1_context *ctx, const unsigned char *input, size_t ilen );
H A Dsha1.c398 void sha1_hmac_update( sha1_context *ctx, const unsigned char *input, size_t ilen ) in sha1_hmac_update() function
438 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
598 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i], in sha1_self_test()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/ssl_sha1/include/ssl/
H A Dsha1.h139 void sha1_hmac_update( sha1_context *ctx, const unsigned char *input, size_t ilen );
/dports/astro/opencpn/OpenCPN-5.2.4/libs/ssl_sha1/src/
H A Dsha1.c406 void sha1_hmac_update( sha1_context *ctx, const unsigned char *input, size_t ilen ) in sha1_hmac_update() function
446 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
606 sha1_hmac_update( &ctx, sha1_hmac_test_buf[i], in sha1_self_test()
/dports/dns/dns2tcp/dns2tcp-0.5.2/common/
H A Dhmac_sha1.c373 void sha1_hmac_update( sha1_context *ctx, const unsigned char *input, int ilen ) in sha1_hmac_update() function
413 sha1_hmac_update( &ctx, input, ilen ); in sha1_hmac()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dcompat-1.3.h2321 #define sha1_hmac_update mbedtls_sha1_hmac_update macro