Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dhash.c132 .hash_init = hw_sha_init,
136 .hash_init = hash_init_sha1,
153 .hash_init = hw_sha_init,
157 .hash_init = hash_init_sha256,
168 .hash_init = hash_init_crc32,
204 if (hash_algo[i].hash_init) { in hash_progressive_lookup_algo()
/rk3399_rockchip-uboot/include/
H A Dhash.h44 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-checksum.c34 ret = algo->hash_init(algo, &ctx); in rsa_hash_calculate()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dfsl_validate.c499 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
547 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()