Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h352 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq);
H A Dsun8i-ce-core.c306 .do_one_request = sun8i_ce_cipher_do_one,
335 .do_one_request = sun8i_ce_cipher_do_one,
365 .do_one_request = sun8i_ce_cipher_do_one,
394 .do_one_request = sun8i_ce_cipher_do_one,
H A Dsun8i-ce-cipher.c364 int sun8i_ce_cipher_do_one(struct crypto_engine *engine, void *areq) in sun8i_ce_cipher_do_one() function