Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c1563 static int ahash_export(struct ahash_request *req, void *out) in ahash_export() function
1629 .export = ahash_export,
1651 .export = ahash_export,
1673 .export = ahash_export,
1695 .export = ahash_export,
1717 .export = ahash_export,
1739 .export = ahash_export,
/linux-4.4.14/drivers/crypto/
Dtalitos.c1967 static int ahash_export(struct ahash_request *areq, void *out) in ahash_export() function
2770 t_alg->algt.alg.hash.export = ahash_export; in talitos_alg_alloc()