Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2581 static int safexcel_sha3_512_init(struct ahash_request *areq) in safexcel_sha3_512_init() function
2602 return safexcel_sha3_512_init(req) ?: safexcel_ahash_finup(req); in safexcel_sha3_512_digest()
2612 .init = safexcel_sha3_512_init,