Searched refs:sha256_blocks (Results 1 – 9 of 9) sorted by relevance
| /lib/crypto/ |
| A D | sha256.c | 154 #define sha256_blocks sha256_blocks_generic macro 193 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_update() 200 sha256_blocks(&ctx->state, data, nblocks); in __sha256_update() 219 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_final() 224 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_final() 288 sha256_blocks(istate, derived_key.b, 1); in __hmac_sha256_preparekey() 294 sha256_blocks(ostate, derived_key.b, 1); in __hmac_sha256_preparekey() 353 sha256_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in __hmac_sha256_final()
|
| /lib/crypto/s390/ |
| A D | sha256.h | 12 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/powerpc/ |
| A D | sha256.h | 43 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/sparc/ |
| A D | sha256.h | 20 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/riscv/ |
| A D | sha256.h | 21 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/mips/ |
| A D | sha256.h | 22 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/arm/ |
| A D | sha256.h | 20 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/arm64/ |
| A D | sha256.h | 21 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /lib/crypto/x86/ |
| A D | sha256.h | 33 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
Completed in 8 milliseconds