Home
last modified time | relevance | path

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

/external/fsverity-utils/
Dhash_algs.c116 struct crc32c_hash_ctx { struct
123 struct crc32c_hash_ctx *ctx = (void *)_ctx; in crc32c_init() argument
130 struct crc32c_hash_ctx *ctx = (void *)_ctx; in crc32c_update()
142 struct crc32c_hash_ctx *ctx = (void *)_ctx; in crc32c_final()
150 struct crc32c_hash_ctx *ctx = xzalloc(sizeof(*ctx)); in create_crc32c_ctx()