Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c428 .do_one_request = sun8i_ce_hash_run,
462 .do_one_request = sun8i_ce_hash_run,
495 .do_one_request = sun8i_ce_hash_run,
528 .do_one_request = sun8i_ce_hash_run,
561 .do_one_request = sun8i_ce_hash_run,
594 .do_one_request = sun8i_ce_hash_run,
H A Dsun8i-ce.h369 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq);
H A Dsun8i-ce-hash.c330 int sun8i_ce_hash_run(struct crypto_engine *engine, void *breq) in sun8i_ce_hash_run() function