Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c451 .do_one_request = sun8i_ce_hash_run,
484 .do_one_request = sun8i_ce_hash_run,
516 .do_one_request = sun8i_ce_hash_run,
548 .do_one_request = sun8i_ce_hash_run,
580 .do_one_request = sun8i_ce_hash_run,
612 .do_one_request = sun8i_ce_hash_run,
H A Dsun8i-ce.h384 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