Searched refs:sha512_blocks (Results 1 – 8 of 8) sorted by relevance
| /lib/crypto/ |
| A D | sha512.c | 138 #define sha512_blocks sha512_blocks_generic macro 179 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_update() 186 sha512_blocks(&ctx->state, data, nblocks); in __sha512_update() 206 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_final() 212 sha512_blocks(&ctx->state, ctx->buf, 1); in __sha512_final() 274 sha512_blocks(istate, derived_key.b, 1); in __hmac_sha512_preparekey() 280 sha512_blocks(ostate, derived_key.b, 1); in __hmac_sha512_preparekey() 341 sha512_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in __hmac_sha512_final()
|
| /lib/crypto/s390/ |
| A D | sha512.h | 12 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/sparc/ |
| A D | sha512.h | 19 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/riscv/ |
| A D | sha512.h | 21 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/arm/ |
| A D | sha512.h | 18 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/arm64/ |
| A D | sha512.h | 19 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/x86/ |
| A D | sha512.h | 33 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
| /lib/crypto/mips/ |
| A D | sha512.h | 23 static void sha512_blocks(struct sha512_block_state *state, in sha512_blocks() function
|
Completed in 10 milliseconds