Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c406 .export = sun8i_ce_hash_export,
440 .export = sun8i_ce_hash_export,
473 .export = sun8i_ce_hash_export,
506 .export = sun8i_ce_hash_export,
539 .export = sun8i_ce_hash_export,
572 .export = sun8i_ce_hash_export,
H A Dsun8i-ce.h363 int sun8i_ce_hash_export(struct ahash_request *areq, void *out);
H A Dsun8i-ce-hash.c86 int sun8i_ce_hash_export(struct ahash_request *areq, void *out) in sun8i_ce_hash_export() function