Home
last modified time | relevance | path

Searched defs:ce_variant (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h142 struct ce_variant { struct
143 char alg_cipher[CE_ID_CIPHER_MAX];
144 char alg_hash[CE_ID_HASH_MAX];
145 u32 op_mode[CE_ID_OP_MAX];
146 bool cipher_t_dlen_in_bytes;
147 bool hash_t_dlen_in_bits;
148 bool prng_t_dlen_in_bytes;
149 bool trng_t_dlen_in_bytes;
150 struct ce_clock ce_clks[CE_MAX_CLOCKS];
151 int esr;
[all …]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce.h144 struct ce_variant { struct
145 char alg_cipher[CE_ID_CIPHER_MAX];
146 char alg_hash[CE_ID_HASH_MAX];
147 u32 op_mode[CE_ID_OP_MAX];
148 bool cipher_t_dlen_in_bytes;
149 bool hash_t_dlen_in_bits;
150 bool prng_t_dlen_in_bytes;
151 bool trng_t_dlen_in_bytes;
152 struct ce_clock ce_clks[CE_MAX_CLOCKS];
153 int esr;
[all …]