| /base/update/updater/services/package/pkg_algorithm/ |
| H A D | pkg_algorithm.h | 50 uint8_t digest[DIGEST_MAX_LEN] = {};
member
|
| H A D | pkg_algo_sign.cpp | 128 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 D | random_seed.c | 74 unsigned char digest[20]; in get_generic_seed() local
|
| /third_party/curl/lib/ |
| H A D | http_digest.c | 52 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 D | cose_sign_alg.c | 198 uint8_t digest[LWS_GENHASH_LARGEST]; in lws_cose_sign_alg_complete() local
|
| H A D | cose_validate_alg.c | 192 uint8_t digest[LWS_GENHASH_LARGEST]; in lws_cose_val_alg_destroy() local
|
| /third_party/ltp/testcases/kernel/security/integrity/ima/src/ |
| H A D | ima_boot_aggregate.c | 42 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 D | md5.c | 134 void MD5Final(unsigned char digest[16], struct MD5Context *ctx) in MD5Final() argument
|
| H A D | md5hl.c | 62 unsigned char digest[LENGTH]; in MD5End() local
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | md5.c | 222 MD5Final (unsigned char digest[16], in MD5Final() argument
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/ |
| H A D | BrotliCommon.java | 42 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 D | sha1-pbkdf2.c | 78 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 D | sha1-pbkdf2.c | 78 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 D | cj_cert_manager_ffi.h | 34 uint32_t digest; member
|
| /base/security/code_signature/services/local_code_sign/src/ |
| H A D | local_code_sign_service.cpp | 121 ByteBuffer digest;
in SignLocalCode() local
|
| /base/security/code_signature/utils/src/ |
| H A D | fsverity_utils_helper.cpp | 56 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 D | jsi_md.cpp | 55 JSIValue digest = JSI::CreateFunction(Digest); in CreateMd() local
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
| H A D | hks_inner_test.cpp | 160 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 D | fillp_cookie.h | 37 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 D | hmac.c | 149 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 D | crypto_rsa.h | 84 const EVP_MD* digest = nullptr; member
|
| /third_party/mesa3d/src/util/sha1/ |
| H A D | sha1.c | 164 SHA1Final(uint8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) in SHA1Final() argument
|
| /third_party/python/Lib/ |
| H A D | hmac.py | 151 def digest(self): member in HMAC 187 def digest(key, msg, digest) function [all...] |
| /third_party/openssl/demos/pkey/ |
| H A D | EVP_PKEY_DSA_paramvalidate.c | 52 static const char digest[] = "SHA384"; variable
|
| /third_party/openssl/test/ |
| H A D | hmactest.c | 40 const char *digest; member [all...] |