Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/inside-secure/
Dsafexcel_hash.c2420 static int safexcel_sha3_fbcheck(struct ahash_request *req) in safexcel_sha3_fbcheck() function
2464 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_update(subreq); in safexcel_sha3_update()
2474 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_final(subreq); in safexcel_sha3_final()
2486 return safexcel_sha3_fbcheck(req) ?: in safexcel_sha3_finup()
2500 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_finup(subreq); in safexcel_sha3_digest_fallback()
2519 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_export(subreq, out); in safexcel_sha3_export()
2529 return safexcel_sha3_fbcheck(req) ?: crypto_ahash_import(subreq, in); in safexcel_sha3_import()