Home
last modified time | relevance | path

Searched refs:use_soft_aes192 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v1.h16 .use_soft_aes192 = false,\
H A Drk_crypto_core.c529 if (soc_data->use_soft_aes192 && in rk_crypto_register()
531 tmp_algs->use_soft_aes192 = true; in rk_crypto_register()
539 if (soc_data->use_soft_aes192 && in rk_crypto_register()
541 tmp_algs->use_soft_aes192 = true; in rk_crypto_register()
H A Drk_crypto_v3.h18 .use_soft_aes192 = false,\
H A Drk_crypto_v2.h18 .use_soft_aes192 = soft_aes_192,\
H A Drk_crypto_core.h112 bool use_soft_aes192; member
243 bool use_soft_aes192; member
H A Dprocfs.c116 seq_printf(p, "use_soft_aes192 : %s\n\n", soc_data->use_soft_aes192 ? "true" : "false"); in crypto_show_all()
H A Drk_crypto_v2_skcipher.c163 if (algt->use_soft_aes192 && key_len == AES_KEYSIZE_192) in is_force_fallback()
H A Drk_crypto_v3_skcipher.c162 if (algt->use_soft_aes192 && key_len == AES_KEYSIZE_192) in is_force_fallback()