Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dmd5_sha1_sum.c161 sha3_ctx_t sha3; in hash_file()
/busybox-1.35.0/include/
Dlibbb.h2147 typedef struct sha3_ctx_t { struct
2151 } sha3_ctx_t; typedef
2164 void sha3_begin(sha3_ctx_t *ctx) FAST_FUNC;
2165 void sha3_hash(sha3_ctx_t *ctx, const void *buffer, size_t len) FAST_FUNC;
2166 unsigned sha3_end(sha3_ctx_t *ctx, void *resbuf) FAST_FUNC;
/busybox-1.35.0/libbb/
Dhash_md5_sha.c1355 void FAST_FUNC sha3_begin(sha3_ctx_t *ctx) in sha3_begin()
1362 void FAST_FUNC sha3_hash(sha3_ctx_t *ctx, const void *buffer, size_t len) in sha3_hash()
1442 unsigned FAST_FUNC sha3_end(sha3_ctx_t *ctx, void *resbuf) in sha3_end()