Searched refs:sha1_blocks (Results 1 – 8 of 8) sorted by relevance
| /lib/crypto/ |
| A D | sha1.c | 159 #define sha1_blocks sha1_blocks_generic macro 185 sha1_blocks(&ctx->state, ctx->buf, 1); in sha1_update() 192 sha1_blocks(&ctx->state, data, nblocks); in sha1_update() 210 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 215 sha1_blocks(&ctx->state, ctx->buf, 1); in __sha1_final() 255 sha1_blocks(istate, derived_key.b, 1); in __hmac_sha1_preparekey() 261 sha1_blocks(ostate, derived_key.b, 1); in __hmac_sha1_preparekey() 302 sha1_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in hmac_sha1_final()
|
| /lib/crypto/powerpc/ |
| 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
|
| /lib/crypto/s390/ |
| A D | sha1.h | 12 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /lib/crypto/sparc/ |
| A D | sha1.h | 20 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /lib/crypto/arm64/ |
| A D | sha1.h | 16 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /lib/crypto/arm/ |
| A D | sha1.h | 20 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /lib/crypto/mips/ |
| A D | sha1.h | 52 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
| /lib/crypto/x86/ |
| A D | sha1.h | 51 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
Completed in 10 milliseconds