/third_party/openssl/crypto/evp/ |
H A D | evp_local.h | 18 const EVP_MD *digest; member
|
/third_party/skia/src/core/ |
H A D | SkMD5.cpp | 70 SkMD5::Digest digest; in finish() local
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs7.h | 101 ASN1_OCTET_STRING *digest; member 138 PKCS7_DIGEST *digest; member
|
/third_party/openssl/crypto/store/ |
H A D | store_lib.c | 881 OSSL_STORE_SEARCH *OSSL_STORE_SEARCH_by_key_fingerprint(const EVP_MD *digest, in OSSL_STORE_SEARCH_by_key_fingerprint() argument
|
/third_party/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 907 unsigned char digest[EVP_MAX_MD_SIZE]; in rsa_digest_sign_final() local 944 unsigned char digest[EVP_MAX_MD_SIZ in rsa_digest_verify_final() local [all...] |
/third_party/openssl/engines/ |
H A D | e_ossltest.c | 492 static int ossltest_digests(ENGINE *e, const EVP_MD **digest, in ossltest_digests() argument [all...] |
/third_party/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 452 const ASN1_OCTET_STRING *digest; in ts_RESP_check_request() local
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 39 PROV_DIGEST digest; member
|
/third_party/openssl/test/ |
H A D | cmp_protect_test.c | 100 verify_signature(OSSL_CMP_MSG *msg, ASN1_BIT_STRING *protection, EVP_PKEY *pkey, EVP_MD *digest) verify_signature() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
H A D | font.cc | 90 Font::Font(int32_t sfnt_version, std::vector<uint8_t>* digest) in Font() argument 272 void Font::Builder::SetDigest(std::vector<uint8_t>* digest) { in SetDigest() argument
|
H A D | font.h | 239 std::vector<uint8_t>* digest() { return &digest_; } in digest() function in sfntly::Font
|
/third_party/python/Modules/clinic/ |
H A D | _hashopenssl.c.h | 1095 PyObject *digest; _hashlib_hmac_singleshot() local [all...] |
/third_party/python/Modules/ |
H A D | sha512module.c | 49 SHA_INT64 digest[8]; /* Message digest */ member 317 sha512_final(unsigned char digest[SHA_DIGESTSIZE], SHAobject *sha_info) sha512_final() argument 517 unsigned char digest[SHA_DIGESTSIZE]; SHA512Type_digest_impl() local 535 unsigned char digest[SHA_DIGESTSIZE]; SHA512Type_hexdigest_impl() local [all...] |
H A D | sha256module.c | 48 SHA_INT32 digest[8]; /* Message digest */ member 313 sha_final(unsigned char digest[SHA_DIGESTSIZE], SHAobject *sha_info) sha_final() argument 461 unsigned char digest[SHA_DIGESTSIZE]; SHA256Type_digest_impl() local 479 unsigned char digest[SHA_DIGESTSIZE]; SHA256Type_hexdigest_impl() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hks_types.h | 276 uint32_t digest; member
|
/kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
H A D | mtk-sha.c | 71 __le32 digest[SHA_MAX_DIGEST_BUF_SIZE]; member 621 __le32 *digest = ctx->info.digest; in mtk_sha_finish() local [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.h | 134 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)]; member
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 860 u8 digest[SHA256_DIGEST_SIZE]; in hash_dma_final() local 967 u8 digest[SHA256_DIGEST_SIZE]; hash_hw_final() local 1267 hash_get_digest(struct hash_device_data *device_data, u8 *digest, int algorithm) hash_get_digest() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cros_ec_codec.c | 749 uint8_t digest[SHA256_DIGEST_SIZE]; in wov_hotword_model_put() local 669 wov_set_lang_shm(struct cros_ec_codec_priv *priv, uint8_t *buf, size_t size, uint8_t *digest) wov_set_lang_shm() argument 712 wov_set_lang(struct cros_ec_codec_priv *priv, uint8_t *buf, size_t size, uint8_t *digest) wov_set_lang() argument [all...] |
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima.h | 183 static inline unsigned int ima_hash_key(u8 *digest) in ima_hash_key() argument 395 ima_get_modsig_digest(const struct modsig *modsig, enum hash_algo *algo, const u8 **digest, u32 *digest_size) ima_get_modsig_digest() argument
|
/kernel/linux/linux-5.10/security/integrity/ |
H A D | integrity.h | 91 u8 digest[SHA1_DIGEST_SIZE]; member 110 u8 digest[]; member 174 integrity_digsig_verify(const unsigned int id, const char *sig, int siglen, const char *digest, int digestlen) integrity_digsig_verify() argument
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
H A D | encrypted.c | 326 static int calc_hmac(u8 *digest, const u8 *key, unsigned int keylen, in calc_hmac() argument 492 u8 *digest; in datablob_hmac_append() local 515 u8 digest[HASH_SIZE]; in datablob_hmac_verify() local [all...] |
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 75 static int TSS_rawhmac(unsigned char *digest, const unsigned char *key, in TSS_rawhmac() argument 122 int TSS_authhmac(unsigned char *digest, const unsigned char *key, in TSS_authhmac() argument 58 TSS_sha1(const unsigned char *data, unsigned int datalen, unsigned char *digest) TSS_sha1() argument
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.h | 135 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)]; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-verity-target.c | 162 verity_hash_final(struct dm_verity *v, struct ahash_request *req, u8 *digest, struct crypto_wait *wait) verity_hash_final() argument 182 verity_hash(struct dm_verity *v, struct ahash_request *req, const u8 *data, size_t len, u8 *digest, bool may_sleep) verity_hash() argument 370 verity_hash_for_block(struct dm_verity *v, struct dm_verity_io *io, sector_t block, u8 *digest, bool *is_zero) verity_hash_for_block() argument [all...] |