Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha1.h76 void sha1_update(struct sha1_ctx *ctx, const u8 *data, size_t len);
172 sha1_update(&ctx->sha_ctx, data, data_len); in hmac_sha1_update()
/linux/lib/
H A Ddigsig.c230 sha1_update(&ctx, data, datalen); in digsig_verify()
231 sha1_update(&ctx, sig, sizeof(*sh)); in digsig_verify()
/linux/lib/crypto/tests/
H A Dsha1_kunit.c12 #define HASH_UPDATE sha1_update
/linux/lib/crypto/
H A Dsha1.c170 void sha1_update(struct sha1_ctx *ctx, const u8 *data, size_t len) in sha1_update() function
201 EXPORT_SYMBOL_GPL(sha1_update);
234 sha1_update(&ctx, data, len); in sha1()
/linux/crypto/
H A Dsha1.c82 sha1_update(SHA1_CTX(desc), data, len); in crypto_sha1_update()