Searched refs:sha512_blocks (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha512.c | 139 #define sha512_blocks sha512_blocks_generic macro 180 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_update() 187 sha512_blocks(&ctx->state, data, nblocks); in __sha512_update() 207 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_final() 213 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_final() 275 sha512_blocks(istate, derived_key.b, 1); in __hmac_sha512_preparekey() 281 sha512_blocks(ostate, derived_key.b, 1); in __hmac_sha512_preparekey() 342 sha512_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in __hmac_sha512_final()
|
| /linux/lib/crypto/s390/ |
| H A D | sha512.h | 12 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/sparc/ |
| H A D | sha512.h | 19 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/riscv/ |
| H A D | sha512.h | 20 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/arm/ |
| H A D | sha512.h | 17 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/arm64/ |
| H A D | sha512.h | 18 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/x86/ |
| H A D | sha512.h | 31 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /linux/lib/crypto/mips/ |
| H A D | sha512.h | 23 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|