Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c282 .ce_blockmode = CE_ID_OP_CBC,
312 .ce_blockmode = CE_ID_OP_ECB,
341 .ce_blockmode = CE_ID_OP_CBC,
371 .ce_blockmode = CE_ID_OP_ECB,
884 id = ce_algs[i].ce_blockmode; in sun8i_ce_register_algs()
H A Dsun8i-ce.h325 u32 ce_blockmode; member
H A Dsun8i-ce-cipher.c170 sym = ce->variant->op_mode[algt->ce_blockmode]; in sun8i_ce_cipher_prepare()