Searched refs:alg_cipher (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 40 .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 D | sun8i-ce.h | 145 char alg_cipher[CE_ID_CIPHER_MAX]; member
|
H A D | sun8i-ce-cipher.c | 161 common = ce->variant->alg_cipher[algt->ce_algo_id]; in sun8i_ce_cipher_prepare()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 109 char alg_cipher[SS_ID_CIPHER_MAX]; member
|
H A D | sun8i-ss-core.c | 33 .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 D | sun8i-ss-cipher.c | 214 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id]; in sun8i_ss_cipher()
|