Home
last modified time | relevance | path

Searched refs:crypto_blake2s_update (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dblake2s_generic.c18 return crypto_blake2s_update(desc, in, inlen, true); in crypto_blake2s_update_generic()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dblake2s-shash.c16 return crypto_blake2s_update(desc, in, inlen, false); in crypto_blake2s_update_arm()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dblake2s-shash.c21 return crypto_blake2s_update(desc, in, inlen, false); in crypto_blake2s_update_x86()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dblake2s.h110 static inline int crypto_blake2s_update(struct shash_desc *desc, in crypto_blake2s_update() function