Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcrc32.c137 void crc32_init(crc32_state *ctx) in crc32_init()
143 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length) in crc32_update()
157 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size) in crc32_finish()
183 crc32_state ctx; in crc32_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_misc.h132 } crc32_state; typedef
134 void crc32_init(crc32_state *ctx);
135 void crc32_update(crc32_state *ctx, const unsigned char *input, unsigned long length);
136 void crc32_finish(const crc32_state *ctx, void *hash, unsigned long size);
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c279 SZ_STRINGIFY_T(crc32_state),

Completed in 4 milliseconds