Searched defs:hash (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.h30 u8 hash[HASH_MAX_DIGEST_SIZE]; member in struct:sha_ctx
/u-boot/lib/
H A Doid_registry.c34 unsigned i, j, k, hash; local
[all...]
/u-boot/fs/btrfs/crypto/
H A Dhash.c35 u64 hash; local
/u-boot/include/dm/
H A Dof_extra.h35 const uint8_t *hash; /* Hash value */ member in struct:fmap_entry
/u-boot/arch/arm/mach-stm32mp/
H A Decdsa_romapi.c46 romapi_ecdsa_verify(struct udevice *dev, const struct ecdsa_public_key *pubkey, const void *hash, size_t hash_len, const void *signature, size_t sig_len) argument
/u-boot/lib/ecdsa/
H A Decdsa-verify.c107 uint8_t hash[algo->checksum_len]; local
60 ecdsa_verify_hash(struct udevice *dev, const struct image_sign_info *info, const void *hash, const void *sig, uint sig_len) argument
H A Decdsa-libcrypto.c33 void *hash; /* Pointer to hash used for verification */ member in struct:signer
[all...]
/u-boot/drivers/crypto/hash/
H A Dhash-uclass.c118 UCLASS_DRIVER(hash) = { variable
/u-boot/lib/libavb/
H A Davb_rsa.c208 avb_rsa_verify(const uint8_t* key, size_t key_num_bytes, const uint8_t* sig, size_t sig_num_bytes, const uint8_t* hash, size_t hash_num_bytes, const uint8_t* padding, size_t padding_num_bytes) argument
/u-boot/cmd/
H A Dcros_ec.c324 struct ec_response_vboot_hash hash; local
[all...]
/u-boot/fs/ubifs/
H A Dkey.h36 static inline uint32_t key_mask_hash(uint32_t hash) argument
144 uint32_t hash = c->key_hash(nm->name, nm->len); local
159 dent_key_init_hash(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, uint32_t hash) argument
179 uint32_t hash = c->key_hash(nm->name, nm->len); local
212 uint32_t hash = c->key_hash(nm->name, nm->len); local
230 uint32_t hash = c->key_hash(nm->name, nm->len); local
[all...]
/u-boot/scripts/basic/
H A Dfixdep.c164 unsigned int hash; member in struct:item
174 unsigned int i, hash = 2166136261U; local
184 static int is_defined_config(const char *name, int len, unsigned int hash) argument
199 define_config(const char *name, int len, unsigned int hash) argument
219 unsigned int hash = strhash(m, slen); local
[all...]
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dwarmboot.h25 struct hash { struct
26 u32 hash[HASH_LENGTH]; member in struct:hash
41 struct hash hash; /* hash of header+code, starts next field*/ member in struct:wb_header
/u-boot/lib/efi_loader/
H A Defi_signature.c127 efi_hash_regions(struct image_region *regs, int count, void **hash, const char *hash_algo, int *len) argument
205 void *hash = NULL; local
285 void *hash = NULL, *hash_tmp = NULL; local
427 void *hash = NULL; local
[all...]
H A Defi_image_loader.c534 void *hash; local
[all...]
/u-boot/include/
H A Dimx_container.h44 u8 hash[HASH_MAX_LEN]; member in struct:boot_img_t
/u-boot/arch/arm/mach-rockchip/
H A Dboard.c338 u8 hash[SHA256_SUM_LEN]; local
H A Dsdram.c88 u32 hash; member in struct:tag_ddr_mem
93 u32 i, hash = 0x47C6A7E6; local
[all...]
/u-boot/lib/rsa/
H A Drsa-verify.c62 padding_pkcs_15_verify(struct image_sign_info *info, const uint8_t *msg, int msg_len, const uint8_t *hash, int hash_len) argument
165 compute_hash_prime(struct checksum_algo *checksum, const uint8_t *pad, int pad_len, const uint8_t *hash, int hash_len, const uint8_t *salt, int salt_len, uint8_t *hprime) argument
208 padding_pss_verify(struct image_sign_info *info, const uint8_t *msg, int msg_len, const uint8_t *hash, int hash_len) argument
324 rsa_verify_key(struct image_sign_info *info, struct key_prop *prop, const uint8_t *sig, const uint32_t sig_len, const uint8_t *hash, const uint32_t key_len) argument
396 rsa_verify_with_pkey(struct image_sign_info *info, const void *hash, uint8_t *sig, uint sig_len) argument
436 rsa_verify_with_keynode(struct image_sign_info *info, const void *hash, uint8_t *sig, uint sig_len, int node) argument
483 rsa_verify_with_keynode(struct image_sign_info *info, const void *hash, uint8_t *sig, uint sig_len, int node) argument
491 rsa_verify_hash(struct image_sign_info *info, const uint8_t *hash, uint8_t *sig, uint sig_len) argument
565 uint8_t hash[info->crypto->key_len]; local
[all...]
/u-boot/scripts/kconfig/
H A Dsymbol.c799 unsigned hash = 2166136261U; local
809 int hash; local
849 int hash = 0; local
[all...]
/u-boot/tools/
H A Dimx8image.c483 char hash[2 * HASH_MAX_LEN + 1]; local
[all...]
H A Drkcommon.c50 uint8_t hash[64]; member in struct:image_entry
73 uint8_t hash[512]; member in struct:header0_info_v2
[all...]
/u-boot/board/freescale/common/
H A Dfsl_validate.c875 ulong hash[SHA256_BYTES/sizeof(ulong)]; local
[all...]
/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c281 u8 *hash; local
/u-boot/board/friendlyarm/nanopi2/
H A Dboard.c256 u32 hash[20]; local
[all...]

Completed in 147 milliseconds

12