Home
last modified time | relevance | path

Searched refs:sha1_calc (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffverify.cpp476 unsigned char sha1_calc[32]; in hash_verify() local
477 unsigned int sha1_calc_len = sizeof(sha1_calc); in hash_verify()
479 EVP_DigestFinal(sha1,sha1_calc,(unsigned int *)&sha1_calc_len); in hash_verify()
480 printf("Calculated SHA1: %s ",af_hexbuf(hexbuf,sizeof(hexbuf),sha1_calc,sha1_calc_len,0)); in hash_verify()
481 if(memcmp(sha1_buf,sha1_calc,sha1_len)==0){ in hash_verify()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dimagecache.c204 sha1_calc(sha1, sb.sb_data, sb.sb_ptr, NULL, 0); in imagecache_update_sha1()
219 sha1_calc(sha1, data, dsize, NULL, 0); in imagecache_new_contents()
H A Dtvheadend.h803 void sha1_calc(uint8_t *dst, const uint8_t *d1, size_t d1_len, const uint8_t *d2, size_t d2_len);
H A Dutils.c843 sha1_calc(uint8_t *dst, in sha1_calc() function
H A Dhtsp_server.c3036 sha1_calc(d, (uint8_t *)passwd, strlen(passwd), v->challenge, 32); in htsp_verify_callback()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/input/mpegts/satip/
H A Dsatip.c538 sha1_calc(uuidbin, (const uint8_t *)satip_uuid, strlen(satip_uuid), NULL, 0); in satip_device_calc_uuid()