Searched refs:sha1_blocks (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha1.c | 131 #define sha1_blocks sha1_blocks_generic macro 157 sha1_blocks(&ctx->state, ctx->buf, 1); in sha1_update() 164 sha1_blocks(&ctx->state, data, nblocks); in sha1_update() 182 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 187 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 227 sha1_blocks(istate, derived_key.b, 1); in __hmac_sha1_preparekey() 233 sha1_blocks(ostate, derived_key.b, 1); in __hmac_sha1_preparekey() 274 sha1_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in hmac_sha1_final()
|
| /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
|