Searched refs:sha256_blocks (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha256.c | 162 #define sha256_blocks sha256_blocks_generic macro 201 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_update() 208 sha256_blocks(&ctx->state, data, nblocks); in __sha256_update() 227 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_final() 232 sha256_blocks(&ctx->state, ctx->buf, 1); in __sha256_final() 350 sha256_blocks(istate, derived_key.b, 1); in __hmac_sha256_preparekey() 356 sha256_blocks(ostate, derived_key.b, 1); in __hmac_sha256_preparekey() 415 sha256_blocks(&ctx->ostate, ctx->sha_ctx.buf, 1); in __hmac_sha256_final()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_utils.c | 195 static void sha256_blocks(__u32 state[8], const __u8 *data, size_t nblocks) in sha256_blocks() function 245 sha256_blocks(state, data, len / SHA256_BLOCK_LENGTH); in libbpf_sha256() 252 sha256_blocks(state, final_data, final_len / SHA256_BLOCK_LENGTH); in libbpf_sha256()
|
| /linux/lib/crypto/s390/ |
| H A D | sha256.h | 12 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/powerpc/ |
| H A D | sha256.h | 43 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/sparc/ |
| H A D | sha256.h | 20 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/riscv/ |
| H A D | sha256.h | 21 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/mips/ |
| H A D | sha256.h | 22 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/arm/ |
| H A D | sha256.h | 20 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/x86/ |
| H A D | sha256.h | 34 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|
| /linux/lib/crypto/arm64/ |
| H A D | sha256.h | 20 static void sha256_blocks(struct sha256_block_state *state, in sha256_blocks() function
|