Searched refs:blake2s_compress_generic (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | blake2s.h | 14 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block, 40 blake2s_compress_generic(state, state->buf, 1, in __blake2s_update() 53 blake2s_compress_generic(state, in, nblocks - 1, in __blake2s_update() 72 blake2s_compress_generic(state, state->buf, 1, state->buflen); in __blake2s_final()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | blake2s-generic.c | 42 __weak __alias(blake2s_compress_generic); 44 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block, in blake2s_compress_generic() function 111 EXPORT_SYMBOL(blake2s_compress_generic);
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | blake2s-glue.c | 37 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress()
|