Home
last modified time | relevance | path

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

/include/crypto/
A Dsha1.h50 struct sha1_ctx { struct
64 void sha1_init(struct sha1_ctx *ctx); argument
76 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