Home
last modified time | relevance | path

Searched refs:hash_val (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.esbc_validate17 esbc_validate hdr_addr <hash_val>
20 $hash_val -Optional. It provides Hash of public/srk key to be
/rk3399_rockchip-uboot/board/freescale/common/
H A Dfsl_validate.c41 static u8 hash_val[SHA256_BYTES]; variable
519 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_img_key_hash()
524 img->img_key_hash[i] = hash_val[i]; in calc_img_key_hash()
595 ret = algo->hash_finish(algo, ctx, hash_val, algo->digest_size); in calc_esbchdr_esbc_hash()
654 digest[i] = hash_val[i]; in construct_img_encoded_hash_second()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c89 #define HASH_TEST(algo_type, data_in, hash_val) {\ argument
95 .hash = (hash_val), \
96 .hash_len = sizeof(hash_val) \
99 #define HMAC_TEST(algo_type, data_in, hash_val, hmac_key) {\ argument
105 .hash = (hash_val), \
106 .hash_len = sizeof(hash_val), \