Searched refs:hash_init (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/common/ |
D | hash.c | 131 .hash_init = hw_sha_init, 135 .hash_init = hash_init_sha1, 152 .hash_init = hw_sha_init, 156 .hash_init = hash_init_sha256, 167 .hash_init = hash_init_crc32, 203 if (hash_algo[i].hash_init) { in hash_progressive_lookup_algo()
|
/external/freetype/src/base/ |
D | fthash.c | 166 hash_init( FT_Hash hash, in hash_init() function 199 return hash_init( hash, 0, memory ); in ft_hash_str_init() 207 return hash_init( hash, 1, memory ); in ft_hash_num_init()
|
/external/u-boot/include/ |
D | hash.h | 44 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
|
/external/u-boot/lib/rsa/ |
D | rsa-checksum.c | 32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
|
/external/fsverity-utils/ |
D | hash_algs.h | 42 static inline void hash_init(struct hash_ctx *ctx) in hash_init() function
|
D | cmd_setup.c | 151 hash_init(hash); in build_merkle_tree() 413 hash_init(hash); in fsveritysetup()
|
/external/u-boot/board/freescale/common/ |
D | fsl_validate.c | 498 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash() 546 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 1360 static unsigned hash_init(Hash* hash, unsigned windowsize) in hash_init() function 1984 error = hash_init(&hash, settings->windowsize); in lodepng_deflatev()
|
/external/freetype/ |
D | ChangeLog.26 | 1681 (hash_init): ... This.
|
D | ChangeLog.21 | 536 (hash_rehash, hash_init): Don't call FT_MEM_ZERO.
|