Home
last modified time | relevance | path

Searched refs:alg_cipher (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c37 .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 Dsun8i-ce.h124 * @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 Dsun8i-ce-cipher.c118 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 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.h126 * @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 Dsun8i-ce-cipher.c161 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 Dsun8i-ss.h98 * @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 Dsun8i-ss-core.c31 .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 Dsun8i-ss-cipher.c188 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 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.h101 * @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 Dsun8i-ss-cipher.c214 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id]; in sun8i_ss_cipher()

Completed in 13 milliseconds