Home
last modified time | relevance | path

Searched refs:id_hexdigest (Results 1 – 5 of 5) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Ddsigs_parse.c162 const char *id_hexdigest; in networkstatus_parse_detached_signatures() local
179 id_hexdigest = tok->args[0]; in networkstatus_parse_detached_signatures()
185 id_hexdigest = tok->args[2]; in networkstatus_parse_detached_signatures()
207 if (strlen(id_hexdigest) != HEX_DIGEST_LEN || in networkstatus_parse_detached_signatures()
209 id_hexdigest, HEX_DIGEST_LEN) != sizeof(id_digest)) { in networkstatus_parse_detached_signatures()
211 "network-status vote.", escaped(id_hexdigest)); in networkstatus_parse_detached_signatures()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Ddsigs_parse.c162 const char *id_hexdigest; in networkstatus_parse_detached_signatures() local
179 id_hexdigest = tok->args[0]; in networkstatus_parse_detached_signatures()
185 id_hexdigest = tok->args[2]; in networkstatus_parse_detached_signatures()
207 if (strlen(id_hexdigest) != HEX_DIGEST_LEN || in networkstatus_parse_detached_signatures()
209 id_hexdigest, HEX_DIGEST_LEN) != sizeof(id_digest)) { in networkstatus_parse_detached_signatures()
211 "network-status vote.", escaped(id_hexdigest)); in networkstatus_parse_detached_signatures()
/dports/lang/ruby26/ruby-2.6.9/ext/digest/
H A Ddigest.c23 static ID id_reset, id_update, id_finish, id_digest, id_hexdigest, id_digest_length; variable
329 return rb_funcall(self, id_hexdigest, 0); in rb_digest_instance_to_s()
736 id_hexdigest = rb_intern("hexdigest"); in Init_digest()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dns_parse.c1588 const char *id_hexdigest = NULL; in networkstatus_parse_vote_from_string() local
1596 id_hexdigest = tok->args[0]; in networkstatus_parse_vote_from_string()
1601 id_hexdigest = tok->args[1]; in networkstatus_parse_vote_from_string()
1619 if (strlen(id_hexdigest) != HEX_DIGEST_LEN || in networkstatus_parse_vote_from_string()
1621 id_hexdigest, HEX_DIGEST_LEN) in networkstatus_parse_vote_from_string()
1624 "network-status document.", escaped(id_hexdigest)); in networkstatus_parse_vote_from_string()
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dns_parse.c1586 const char *id_hexdigest = NULL; in networkstatus_parse_vote_from_string() local
1594 id_hexdigest = tok->args[0]; in networkstatus_parse_vote_from_string()
1599 id_hexdigest = tok->args[1]; in networkstatus_parse_vote_from_string()
1617 if (strlen(id_hexdigest) != HEX_DIGEST_LEN || in networkstatus_parse_vote_from_string()
1619 id_hexdigest, HEX_DIGEST_LEN) in networkstatus_parse_vote_from_string()
1622 "network-status document.", escaped(id_hexdigest)); in networkstatus_parse_vote_from_string()