Searched refs:sha1_update (Results 1 – 5 of 5) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha1.h | 76 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 D | digsig.c | 230 sha1_update(&ctx, data, datalen); in digsig_verify() 231 sha1_update(&ctx, sig, sizeof(*sh)); in digsig_verify()
|
| /linux/lib/crypto/tests/ |
| H A D | sha1_kunit.c | 12 #define HASH_UPDATE sha1_update
|
| /linux/lib/crypto/ |
| H A D | sha1.c | 170 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 D | sha1.c | 82 sha1_update(SHA1_CTX(desc), data, len); in crypto_sha1_update()
|