Searched defs:sha1_blocks (Results 1 – 9 of 9) sorted by relevance
/linux/lib/crypto/powerpc/ |
H 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
|
/linux/lib/crypto/s390/ |
H A D | sha1.h | 12 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/lib/crypto/arm/ |
H A D | sha1.h | 20 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/lib/crypto/sparc/ |
H A D | sha1.h | 20 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/lib/crypto/arm64/ |
H A D | sha1.h | 16 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/lib/crypto/x86/ |
H A D | sha1.h | 51 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/lib/crypto/mips/ |
H A D | sha1.h | 52 static void sha1_blocks(struct sha1_block_state *state, in sha1_blocks() function
|
/linux/tools/perf/util/ |
H A D | sha1.c | 52 static void sha1_blocks(u32 h[5], const u8 *data, size_t nblocks) in sha1_blocks() function
|
/linux/lib/crypto/ |
H A D | sha1.c | 159 #define sha1_blocks sha1_blocks_generic macro
|