Searched defs:hashes (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/actions/
H A Dsignature.py34 from cryptography.hazmat.primitives import serialization, hashes namespace
184 for h in hashes.HashAlgorithm._abc_registry:
241 # paths to hashes and adding size information.
250 hashes, data = misc.get_data_digest(fh,
254 tmp_a.attrs.update(hashes)
266 # off SHA-1 hashes.
503 while calculating the compressed hashes for chain certs."""
/pkg/src/modules/
H A Delfextract.c649 * digests of hashes computed from an ELF file.
661 * do256 > 0: generate hex digests of SHA-256 hashes of signed content
664 * do512 > 0: generate hex digests of SHA-512/256 hashes of signed
678 * these hashes changes, those prefixes must also be changed.
683 hashinfo_t *hashes = NULL; local
727 if ((hashes = calloc(1, sizeof (hashinfo_t))) == NULL) {
739 char *hp = &hashes->elfhash[0];
762 char *hp = &hashes->hash_sha256[12];
767 (void) snprintf(hashes->hash_sha256, 13, "gelf:sha256:");
781 char *hp = &hashes
[all...]

Completed in 16 milliseconds