Home
last modified time | relevance | path

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

/u-boot/common/
A Dhash.c227 .hash_init = hw_sha_init,
231 .hash_init = hash_init_sha1,
248 .hash_init = hw_sha_init,
252 .hash_init = hash_init_sha256,
264 .hash_init = hash_init_sha384,
275 .hash_init = hash_init_sha512,
285 .hash_init = hash_init_crc16_ccitt,
294 .hash_init = hash_init_crc32,
320 hash_algo[i].hash_init += gd->reloc_off; in reloc_update()
354 if (hash_algo[i].hash_init) { in hash_progressive_lookup_algo()
/u-boot/include/
A Dhash.h50 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
/u-boot/lib/rsa/
A Drsa-checksum.c32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
/u-boot/board/freescale/common/
A Dfsl_validate.c500 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
548 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()

Completed in 12 milliseconds