Searched refs:crypto_blake2s_update (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | blake2s_generic.c | 18 return crypto_blake2s_update(desc, in, inlen, true); in crypto_blake2s_update_generic()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | blake2s-shash.c | 16 return crypto_blake2s_update(desc, in, inlen, false); in crypto_blake2s_update_arm()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | blake2s-shash.c | 21 return crypto_blake2s_update(desc, in, inlen, false); in crypto_blake2s_update_x86()
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | blake2s.h | 110 static inline int crypto_blake2s_update(struct shash_desc *desc, in crypto_blake2s_update() function
|