Searched refs:sha1_blocks (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha1.c | 160 #define sha1_blocks sha1_blocks_generic macro 186 sha1_blocks(&ctx->state, ctx->buf, 1); in sha1_update() 193 sha1_blocks(&ctx->state, data, nblocks); in sha1_update() 211 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 216 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 256 sha1_blocks(istate, derived_key.b, 1); in __hmac_sha1_preparekey() 262 sha1_blocks(ostate, derived_key.b, 1); in __hmac_sha1_preparekey() 303 sha1_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in hmac_sha1_final()
|
| /linux/tools/perf/util/ |
| H A D | sha1.c | 52 static void sha1_blocks(u32 h[5], const u8 *data, size_t nblocks) in sha1_blocks() function 86 sha1_blocks(h, data, len / SHA1_BLOCK_SIZE); in sha1() 93 sha1_blocks(h, final_data, final_len / SHA1_BLOCK_SIZE); in sha1()
|
| /linux/lib/crypto/powerpc/ |
| H A D | sha1.h | 41 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function 59 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/s390/ |
| H A D | sha1.h | 12 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/sparc/ |
| H A D | sha1.h | 20 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/arm64/ |
| H A D | sha1.h | 15 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/arm/ |
| H A D | sha1.h | 19 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/mips/ |
| H A D | sha1.h | 52 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /linux/lib/crypto/x86/ |
| H A D | sha1.h | 51 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|