Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/lib/rsa/
A Drsa-verify.c77 const uint8_t *hash, int hash_len) in padding_pkcs_15_verify()
173 uint8_t *hash, int hash_len, in compute_hash_prime()
212 const uint8_t *hash, int hash_len) in padding_pss_verify()
318 const uint32_t sig_len, const uint8_t *hash, in rsa_verify_key()
391 const void *hash, uint8_t *sig, uint sig_len) in rsa_verify_with_pkey()
412 const void *hash, uint8_t *sig, uint sig_len) in rsa_verify_with_pkey()
435 const void *hash, uint8_t *sig, in rsa_verify_with_keynode()
482 const void *hash, uint8_t *sig, in rsa_verify_with_keynode()
490 const uint8_t *hash, uint8_t *sig, uint sig_len) in rsa_verify_hash()
550 uint8_t hash[info->crypto->key_len]; in rsa_verify() local
/u-boot/scripts/basic/
A Dfixdep.c164 unsigned int hash; member
174 unsigned int i, hash = 2166136261U; in strhash() local
184 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
199 static void define_config(const char *name, int len, unsigned int hash) in define_config()
219 unsigned int hash = strhash(m, slen); in use_config() local
/u-boot/include/u-boot/
A Drsa.h129 const uint8_t *hash, in rsa_verify_hash()
144 const uint8_t *hash, int hash_len) in padding_pkcs_15_verify()
152 const uint8_t *hash, int hash_len) in padding_pss_verify()
/u-boot/fs/ubifs/
A Dkey.h36 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash()
144 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local
161 uint32_t hash) in dent_key_init_hash()
179 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local
212 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local
230 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
/u-boot/lib/efi_loader/
A Defi_signature.c128 void **hash, size_t *size) in efi_hash_regions()
166 void *hash = NULL; in efi_signature_lookup_digest() local
228 void *hash = NULL, *hash_tmp = NULL; in efi_lookup_certificate() local
365 void *hash = NULL; in efi_signature_check_revocation() local
/u-boot/arch/arm/include/asm/arch-tegra/
A Dwarmboot.h25 struct hash { struct
26 u32 hash[HASH_LENGTH]; member
41 struct hash hash; /* hash of header+code, starts next field*/ member
/u-boot/drivers/crypto/fsl/
A Dfsl_hash.h30 u8 hash[HASH_MAX_DIGEST_SIZE]; member
/u-boot/arch/arm/mach-rockchip/
A Dmisc.c29 u8 hash[SHA256_SUM_LEN]; in rockchip_setup_macaddr() local
/u-boot/tools/patman/
A Dcommit.py32 def __init__(self, hash): argument
/u-boot/fs/btrfs/crypto/
A Dhash.c34 u64 hash; in hash_xxhash() local
/u-boot/include/dm/
A Dof_extra.h31 const uint8_t *hash; /* Hash value */ member
/u-boot/lib/
A Doid_registry.c34 unsigned i, j, k, hash; in look_up_OID() local
/u-boot/board/xilinx/zynq/
A Dcmds.c110 static int zynq_pad_and_check(u8 *signature, u8 *hash) in zynq_pad_and_check()
152 const u8 *sig, const u32 sig_len, const u8 *hash) in zynq_rsa_verify_key()
/u-boot/scripts/kconfig/
A Dsymbol.c799 unsigned hash = 2166136261U; in strhash() local
809 int hash; in sym_lookup() local
849 int hash = 0; in sym_find() local
/u-boot/lib/libavb/
A Davb_rsa.c212 const uint8_t* hash, in avb_rsa_verify()
/u-boot/arch/arm/include/asm/arch-imx8/
A Dimage.h41 u8 hash[HASH_MAX_LEN]; member
/u-boot/cmd/
A Dcros_ec.c325 struct ec_response_vboot_hash hash; in do_cros_ec() local
/u-boot/board/friendlyarm/nanopi2/
A Dboard.c256 u32 hash[20]; in make_ether_addr() local
/u-boot/drivers/misc/
A Dcros_ec.c505 struct ec_response_vboot_hash *hash) in cros_ec_wait_on_hash_done()
528 struct ec_response_vboot_hash *hash) in cros_ec_read_hash()
579 struct ec_response_vboot_hash *hash; in cros_ec_invalidate_hash() local
/u-boot/board/freescale/common/
A Dfsl_validate.c864 ulong hash[SHA256_BYTES/sizeof(ulong)]; in fsl_secboot_validate() local
/u-boot/arch/arm/mach-tegra/tegra20/
A Dwarmboot.c285 u8 *hash; in sign_wb_code() local
/u-boot/tools/
A Dimx8image.c475 char hash[2 * HASH_MAX_LEN + 1]; in set_image_hash() local
A Dkwbimage.c62 uint8_t hash[32]; member
456 struct hash_v1 *hash) in kwb_compute_pubkey_hash()
/u-boot/include/
A Dtpm-v2.h73 u16 hash; member
A Dimx8image.h115 uint8_t hash[HASH_MAX_LEN]; member

Completed in 42 milliseconds

12