Home
last modified time | relevance | path

Searched defs:digest (Results 26 - 50 of 392) sorted by relevance

12345678910>>...16

/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.h50 uint8_t digest[DIGEST_MAX_LEN] = {}; member
H A Dpkg_algo_sign.cpp128 int32_t SignAlgorithm::VerifyDigest(const std::vector<uint8_t> &digest, const std::vector<uint8_t> &signature) in VerifyDigest() argument
/third_party/ffmpeg/libavutil/
H A Drandom_seed.c74 unsigned char digest[20]; in get_generic_seed() local
/third_party/curl/lib/
H A Dhttp_digest.c52 struct digestdata *digest; in Curl_input_digest() local
92 struct digestdata *digest; in Curl_output_digest() local
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_sign_alg.c198 uint8_t digest[LWS_GENHASH_LARGEST]; in lws_cose_sign_alg_complete() local
H A Dcose_validate_alg.c192 uint8_t digest[LWS_GENHASH_LARGEST]; in lws_cose_val_alg_destroy() local
/third_party/ltp/testcases/kernel/security/integrity/ima/src/
H A Dima_boot_aggregate.c42 u_int8_t digest[SHA_DIGEST_LENGTH]; member
49 unsigned char digest[SHA_DIGEST_LENGTH]; member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.c134 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final() argument
H A Dmd5hl.c62 unsigned char digest[LENGTH]; in MD5End() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmd5.c222 MD5Final (unsigned char digest[16], in MD5Final() argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
H A DBrotliCommon.java42 public static boolean checkDictionaryDataMd5(byte[] digest) { in checkDictionaryDataMd5() argument
49 public static boolean checkDictionaryDataSha1(byte[] digest) { in checkDictionaryDataSha1() argument
56 public static boolean checkDictionaryDataSha256(byte[] digest) { in checkDictionaryDataSha256() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-pbkdf2.c78 unsigned char digest[SHA1_MAC_LEN]; in pbkdf2_sha1() local
14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-pbkdf2.c78 unsigned char digest[SHA1_MAC_LEN]; in pbkdf2_sha1() local
14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
/base/security/certificate_manager/interfaces/kits/cj/include/
H A Dcj_cert_manager_ffi.h34 uint32_t digest; member
/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp121 ByteBuffer digest; in SignLocalCode() local
/base/security/code_signature/utils/src/
H A Dfsverity_utils_helper.cpp56 bool FsverityUtilsHelper::FormatDigest(libfsverity_digest *digest, uint8_t *buffer) in FormatDigest() argument
71 bool FsverityUtilsHelper::ComputeDigest(const char *path, struct libfsverity_digest **digest) in ComputeDigest() argument
97 struct libfsverity_digest *digest = nullptr; GenerateFormattedDigest() local
[all...]
/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_md.cpp55 JSIValue digest = JSI::CreateFunction(Digest); in CreateMd() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_inner_test.cpp160 HksParam digest; in HWTEST_F() local
207 HksParam digest; in HWTEST_F() local
327 HksParam digest; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h37 FILLP_UINT8 digest[FILLP_KEYSIZE]; /* * HMAC-SHA256 Digest * */ member
59 FILLP_UINT8 digest[FILLP_KEYSIZE]; /* * HMAC-SHA256 Digest * */ member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c149 FillpHmacSha256Final(IO FillpHmacSha256 ctx[1], OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE], FILLP_UINT32 size) FillpHmacSha256Final() argument
/third_party/node/src/crypto/
H A Dcrypto_rsa.h84 const EVP_MD* digest = nullptr; member
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c164 SHA1Final(uint8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) in SHA1Final() argument
/third_party/python/Lib/
H A Dhmac.py151 def digest(self): member in HMAC
187 def digest(key, msg, digest) function
[all...]
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c52 static const char digest[] = "SHA384"; variable
/third_party/openssl/test/
H A Dhmactest.c40 const char *digest; member
[all...]

Completed in 35 milliseconds

12345678910>>...16