Searched refs:alg_cipher (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 37 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, 54 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, 71 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, 93 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, 110 .alg_cipher = { CE_ALG_AES, CE_ALG_DES, CE_ALG_3DES, 778 ce_method = ce->variant->alg_cipher[id]; in sun8i_ce_register_algs()
|
H A D | sun8i-ce.h | 124 * @alg_cipher: list of supported ciphers. for each CE_ID_ this will give the 143 char alg_cipher[CE_ID_CIPHER_MAX]; member
|
H A D | sun8i-ce-cipher.c | 118 common = ce->variant->alg_cipher[algt->ce_algo_id]; in sun8i_ce_cipher_prepare()
|
/kernel/linux/linux-6.6/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 | 126 * @alg_cipher: list of supported ciphers. for each CE_ID_ this will give the 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()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss.h | 98 * @alg_cipher: list of supported ciphers. for each SS_ID_ this will give the 106 char alg_cipher[SS_ID_CIPHER_MAX]; member
|
H A D | sun8i-ss-core.c | 31 .alg_cipher = { SS_ALG_AES, SS_ALG_DES, SS_ALG_3DES, 44 .alg_cipher = { SS_ALG_AES, SS_ALG_DES, SS_ALG_3DES, 603 ss_method = ss->variant->alg_cipher[id]; in sun8i_ss_register_algs()
|
H A D | sun8i-ss-cipher.c | 188 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id]; in sun8i_ss_cipher()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
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.h | 101 * @alg_cipher: list of supported ciphers. for each SS_ID_ this will give the 109 char alg_cipher[SS_ID_CIPHER_MAX]; member
|
H A D | sun8i-ss-cipher.c | 214 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id]; in sun8i_ss_cipher()
|
Completed in 13 milliseconds