Searched refs:sha1_ctx (Results 1 – 1 of 1) sorted by relevance
50 struct sha1_ctx { struct64 void sha1_init(struct sha1_ctx *ctx); argument76 void sha1_update(struct sha1_ctx *ctx, const u8 *data, size_t len);87 void sha1_final(struct sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]);115 struct sha1_ctx sha_ctx;
Completed in 2 milliseconds