Home
last modified time | relevance | path

Searched defs:digests (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/package/
H A Ddigest_io.rb15 attr_reader :digests accessor in DigestIO
34 def self.wrap(io, digests) argument
46 def initialize(io, digests) argument
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dmatch_command.c150 const struct command_digest_list *digests, int *fdp) in open_cmnd()
234 bool intercepted, const struct command_digest_list *digests) in command_matches_dir()
319 bool intercepted, const struct command_digest_list *digests) in command_matches_dir()
349 bool intercepted, const struct command_digest_list *digests) in command_matches_all()
380 const struct command_digest_list *digests) in command_matches_fnmatch()
423 const struct command_digest_list *digests) in command_matches_glob()
570 const struct command_digest_list *digests) in command_matches_normal()
632 const struct command_digest_list *digests) in command_matches_glob()
641 const struct command_digest_list *digests) in command_matches_normal()
687 const struct command_digest_list *digests) in command_matches()
/dports/devel/folly/folly-2021.12.27.00/folly/stats/test/
H A DBufferedStatTest.cpp165 auto digests = bsw->get(); in TEST_F() local
176 auto digests = bsw->get(); in TEST_F() local
192 auto digests = bsw->get(); in TEST_F() local
244 auto digests = bsw->get(); in TEST_F() local
257 auto digests = bsw->get(); in TEST_F() local
271 auto digests = bsw->get(); in TEST_F() local
280 auto digests = bsw->get(); in TEST_F() local
/dports/www/h2o-devel/h2o-dcc7134/lib/http2/
H A Dcache_digests.c42 static void dispose_digests(h2o_cache_digests_t *digests) in dispose_digests()
48 void h2o_cache_digests_destroy(h2o_cache_digests_t *digests) in h2o_cache_digests_destroy()
54 static void load_digest(h2o_cache_digests_t **digests, const char *gcs_base64, size_t gcs_base64_le… in load_digest()
102 void h2o_cache_digests_load_header(h2o_cache_digests_t **digests, const char *value, size_t len) in h2o_cache_digests_load_header()
192 h2o_cache_digests_state_t h2o_cache_digests_lookup_by_url(h2o_cache_digests_t *digests, const char … in h2o_cache_digests_lookup_by_url()
197 h2o_cache_digests_state_t h2o_cache_digests_lookup_by_url_and_etag(h2o_cache_digests_t *digests, co… in h2o_cache_digests_lookup_by_url_and_etag()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c5302 digest_t digests[4]; in hashing_00050() local
5422 digest_t digests[4]; in hashing_00060() local
5782 digest_t digests[4]; in hashing_00150() local
5904 digest_t digests[4]; in hashing_00160() local
6011 digest_t digests[4]; in hashing_00200() local
6754 digest_t digests[4]; in hashing_01450() local
6880 digest_t digests[4]; in hashing_01460() local
6980 digest_t digests[4]; in hashing_01500() local
7470 digest_t digests[4]; in hashing_01750() local
7604 digest_t digests[4]; in hashing_01760() local
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-sys/api/
H A DTss2_Sys_PCR_Extend.c18 const TPML_DIGEST_VALUES *digests) in Tss2_Sys_PCR_Extend_Prepare()
64 const TPML_DIGEST_VALUES *digests, in Tss2_Sys_PCR_Extend()
H A DTss2_Sys_PCR_Event.c60 TPML_DIGEST_VALUES *digests) in Tss2_Sys_PCR_Event_Complete()
83 TPML_DIGEST_VALUES *digests, in Tss2_Sys_PCR_Event()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/util/
H A DAdHashTest.java42 private static void addListOfDigests(AdHash hash, List<Long> digests) { in addListOfDigests()
48 private static void removeListOfDigests(AdHash hash, List<Long> digests) { in removeListOfDigests()
/dports/mail/pyzor/pyzor-1.0.0/pyzor/
H A Dserver.py309 def handle_pong(self, digests): argument
318 def handle_check(self, digests): argument
332 def handle_report(self, digests): argument
351 def handle_whitelist(self, digests): argument
370 def handle_info(self, digests): argument
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/api/
H A DEsys_PCR_Extend.c71 const TPML_DIGEST_VALUES *digests) in Esys_PCR_Extend()
147 const TPML_DIGEST_VALUES *digests) in Esys_PCR_Extend_Async()
H A DEsys_PCR_Event.c71 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event()
241 TPML_DIGEST_VALUES **digests) in Esys_PCR_Event_Finish()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-dirclient/src/
H A Drequest.rs141 let mut digests = self.last_consensus_sha3_256.clone(); in make_request() localVariable
143 let digests: Vec<String> = digests.iter().map(hex::encode).collect(); in make_request() localVariable
233 digests: Vec<MdDigest>, field
249 pub fn digests(&self) -> impl Iterator<Item = &MdDigest> { in digests() method
263 let mut digests = self.digests.clone(); in make_request() localVariable
307 digests: Vec<RdDigest>, field
341 pub fn digests(&self) -> impl Iterator<Item = &RdDigest> { in digests() method
356 let mut digests = self.digests.clone(); in make_request() localVariable
/dports/security/tor/tor-0.4.6.8/src/rust/crypto/
H A Dlib.rs45 pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest cra… module
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/scanner/
H A Dmatcher_util.cc35 const char* const digests[], in IsKnownFileByDigest()
61 const FileDigestInfo* digests, in IsKnownFileByDigestInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/safe_browsing/
H A Dbinary_feature_extractor_unittest.cc40 ClientDownloadRequest_Digests digests; in ExpectFileDigestEq() local
60 ClientDownloadRequest_Digests digests; in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/safe_browsing/
H A Dbinary_feature_extractor_unittest.cc40 ClientDownloadRequest_Digests digests; in ExpectFileDigestEq() local
60 ClientDownloadRequest_Digests digests; in TEST_F() local
/dports/net-im/coyim/coyim-0.3.11/digests/
H A Ddigests.go1 package digests package
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchReadBlobsRequest.php27 public function setDigests($digests)
/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http2/
H A Dcache_digests.c34 h2o_cache_digests_t *digests = NULL; in test_decode() local
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchReadBlobsRequest.php27 public function setDigests($digests)
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DMD4DigestTest.java20 static private String[] digests = field in MD4DigestTest
H A DMD2DigestTest.java25 static final String digests[] = field in MD2DigestTest
/dports/www/elixir-phoenix/phoenix-1.3.3/test/fixtures/
H A Dcache_manifest.json2 "digests": { object
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DPCR_Extend_fp.h69 TPML_DIGEST_VALUES digests; member
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/core/
H A Dstage.go16 digests [][]byte member

12345678910>>...33