Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpadlock-sha.c132 static int padlock_sha256_finup(struct shash_desc *desc, const u8 *in, in padlock_sha256_finup() function
190 return padlock_sha256_finup(desc, buf, 0, out); in padlock_sha256_final()
247 .finup = padlock_sha256_finup,