Home
last modified time | relevance | path

Searched refs:alg_cipher (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c40 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
57 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
74 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
96 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
113 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
132 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES,
876 ce_method = ce->variant->alg_cipher[id]; in sun8i_ce_register_algs()
H A Dsun8i-ce.h145 char alg_cipher[CE_ID_CIPHER_MAX]; member
H A Dsun8i-ce-cipher.c161 common = ce->variant->alg_cipher[algt->ce_algo_id]; in sun8i_ce_cipher_prepare()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h109 char alg_cipher[SS_ID_CIPHER_MAX]; member
H A Dsun8i-ss-core.c33 .alg_cipher = { SS_ALG_AES, SS_ALG_DES, SS_ALG_3DES,
46 .alg_cipher = { SS_ALG_AES, SS_ALG_DES, SS_ALG_3DES,
689 ss_method = ss->variant->alg_cipher[id]; in sun8i_ss_register_algs()
H A Dsun8i-ss-cipher.c214 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id]; in sun8i_ss_cipher()