Home
last modified time | relevance | path

Searched refs:digest (Results 401 - 425 of 562) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c784 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) { in random_conf_init()
819 const char *cipher, const char *digest) in RAND_set_DRBG_type()
832 && random_set_string(&dgbl->rng_digest, digest); in RAND_set_DRBG_type()
818 RAND_set_DRBG_type(OSSL_LIB_CTX *ctx, const char *drbg, const char *propq, const char *cipher, const char *digest) RAND_set_DRBG_type() argument
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dpkcs7.h172 ASN1_OCTET_STRING *digest; member
209 PKCS7_DIGEST *digest; member
/third_party/openssl/crypto/rand/
H A Drand_lib.c784 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) { in random_conf_init()
819 const char *cipher, const char *digest) in RAND_set_DRBG_type()
832 && random_set_string(&dgbl->rng_digest, digest); in RAND_set_DRBG_type()
818 RAND_set_DRBG_type(OSSL_LIB_CTX *ctx, const char *drbg, const char *propq, const char *cipher, const char *digest) RAND_set_DRBG_type() argument
/third_party/skia/tools/fm/
H A Dfm.cpp648 SkMD5::Digest digest = hash.finish(); in main()
650 md5.appendf("%02x", digest.data[j]); in main()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.cpp1892 dng_fingerprint digest; in GetIPTCDigest() local
1896 digest)) in GetIPTCDigest()
1899 return digest; in GetIPTCDigest()
1909 void dng_xmp::SetIPTCDigest (dng_fingerprint &digest) in SetIPTCDigest() argument
1914 digest); in SetIPTCDigest()
2132 // If it matches the incorrectly computed digest, skip in IngestIPTC()
2133 // the sync, but fix the digest in the XMP. in IngestIPTC()
2153 // There is no IPTC digest. Previously we would in IngestIPTC()
/third_party/lzma/C/
H A DXzDec.c1244 Byte digest[XZ_CHECK_SIZE_MAX]; in XzUnpacker_Code() local
1247 if (XzCheck_Final(&p->check, digest) && memcmp(digest, p->buf, checkSize) != 0) in XzUnpacker_Code()
1292 Byte digest[SHA256_DIGEST_SIZE]; in XzUnpacker_Code() local
1296 Sha256_Final(&p->sha, digest); in XzUnpacker_Code()
1297 if (memcmp(digest, p->shaDigest, SHA256_DIGEST_SIZE) != 0) in XzUnpacker_Code()
H A DXz.h96 int XzCheck_Final(CXzCheck *p, Byte *digest);
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs12 /// The digest and public-key algorithms associated with a signature.
14 /// The signature's digest.
16 /// If the signature does not specify a digest, this will be `NID::UNDEF`.
17 pub digest: Nid,
81 /// Returns the `Nid`s of the digest and public key algorithms associated with a signature ID.
88 let mut digest = 0; in signature_algorithms() variables
90 if ffi::OBJ_find_sigid_algs(self.0, &mut digest, &mut pkey) == 1 { in signature_algorithms()
92 digest: Nid(digest), in signature_algorithms()
1102 assert_eq!(algs.digest, Ni in signature_digest()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c167 unsigned int iterations, unsigned int count, u8 *digest) in dpp_pbkdf2_f()
191 os_memcpy(digest, tmp, hash_len); in dpp_pbkdf2_f()
199 digest[j] ^= tmp2[j]; in dpp_pbkdf2_f()
213 unsigned char digest[DPP_MAX_HASH_LEN]; in dpp_pbkdf2() local
218 salt, salt_len, iterations, count, digest)) in dpp_pbkdf2()
221 os_memcpy(pos, digest, plen); in dpp_pbkdf2()
164 dpp_pbkdf2_f(size_t hash_len, const u8 *password, size_t password_len, const u8 *salt, size_t salt_len, unsigned int iterations, unsigned int count, u8 *digest) dpp_pbkdf2_f() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh781 digest.init (); in init()
782 obj_.get_coverage ().collect_coverage (&digest); in init()
787 return digest.may_have (c->buffer->cur().codepoint) && apply_func (obj, c); in apply()
793 hb_set_digest_t digest; member
3533 digest.init ();
3534 lookup.collect_coverage (&digest);
3543 { return digest.may_have (g); }
3554 hb_set_digest_t digest;
/third_party/fsverity-utils/
H A DMakefile257 $(RUN_FSVERITY) digest $(FSVERITY) --hash=sha512 \
/third_party/lzma/CPP/7zip/
H A DICoder.h133 kCheckSize, // VT_UI4 : size of digest in bytes
453 x##2(void, Final(Byte *digest)) \
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js54 const shabuf = shasum.digest();
/third_party/node/src/crypto/
H A Dcrypto_cipher.h115 const EVP_MD* digest,
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js409 this._callback(null, this._digester.digest('hex'))

Completed in 59 milliseconds

1...<<11121314151617181920>>...23