Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c1588 static int ahash_import(struct ahash_request *req, const void *in) in ahash_import() function
1630 .import = ahash_import,
1652 .import = ahash_import,
1674 .import = ahash_import,
1696 .import = ahash_import,
1718 .import = ahash_import,
1740 .import = ahash_import,
/linux-4.4.14/drivers/crypto/
Dtalitos.c1984 static int ahash_import(struct ahash_request *areq, const void *in) in ahash_import() function
2769 t_alg->algt.alg.hash.import = ahash_import; in talitos_alg_alloc()