Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2465 static int safexcel_sha3_256_init(struct ahash_request *areq) in safexcel_sha3_256_init() function
2486 return safexcel_sha3_256_init(req) ?: safexcel_ahash_finup(req); in safexcel_sha3_256_digest()
2496 .init = safexcel_sha3_256_init,