Searched refs:skcipher_alg (Results 1 – 25 of 55) sorted by relevance
123
381 struct skcipher_alg **cipher_algs;911 extern struct skcipher_alg mv_cesa_ecb_des_alg;912 extern struct skcipher_alg mv_cesa_cbc_des_alg;913 extern struct skcipher_alg mv_cesa_ecb_des3_ede_alg;914 extern struct skcipher_alg mv_cesa_cbc_des3_ede_alg;915 extern struct skcipher_alg mv_cesa_ecb_aes_alg;916 extern struct skcipher_alg mv_cesa_cbc_aes_alg;
517 struct skcipher_alg mv_cesa_ecb_des_alg = {567 struct skcipher_alg mv_cesa_cbc_des_alg = {626 struct skcipher_alg mv_cesa_ecb_des3_ede_alg = {679 struct skcipher_alg mv_cesa_cbc_des3_ede_alg = {753 struct skcipher_alg mv_cesa_ecb_aes_alg = {802 struct skcipher_alg mv_cesa_cbc_aes_alg = {
232 static struct skcipher_alg *orion_cipher_algs[] = {248 static struct skcipher_alg *armada_370_cipher_algs[] = {
166 struct skcipher_alg skcipher_alg; member175 struct skcipher_alg skcipher;
159 skcipher_alg.base); in cc_cipher_init()161 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_init()237 skcipher_alg.base); in cc_cipher_exit()403 skcipher_alg.base); in cc_cipher_setkey()1379 struct skcipher_alg *alg; in cc_create_alg()1385 alg = &t_alg->skcipher_alg; in cc_create_alg()1418 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()1454 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()1456 t_alg->skcipher_alg.base.cra_driver_name, rc); in cc_cipher_alloc()1459 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()[all …]
184 extern struct skcipher_alg nx_cbc_aes_alg;185 extern struct skcipher_alg nx_ecb_aes_alg;188 extern struct skcipher_alg nx_ctr3686_aes_alg;
112 struct skcipher_alg nx_ecb_aes_alg = {
113 struct skcipher_alg nx_cbc_aes_alg = {
131 struct skcipher_alg nx_ctr3686_aes_alg = {
205 static const struct skcipher_alg ccp_aes_defaults = {223 static const struct skcipher_alg ccp_aes_rfc3686_defaults = {248 const struct skcipher_alg *alg_defaults;294 struct skcipher_alg *alg; in ccp_register_aes_alg()
129 static const struct skcipher_alg ccp_des3_defaults = {154 const struct skcipher_alg *alg_defaults;182 struct skcipher_alg *alg; in ccp_register_des3_alg()
41 struct skcipher_alg alg;74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg()
26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_need_fallback()97 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher_fallback()189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ss_cipher()393 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
28 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_need_fallback()113 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_fallback()141 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun8i_ce_cipher_prepare()436 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback()90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher()316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
108 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher_fallback()133 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher()320 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()
50 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in to_cipher_tmpl()
90 struct skcipher_alg skcipher;
26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback()73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback()313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run()438 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_tfm_init()
146 struct skcipher_alg skcipher;
38 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll()154 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback()186 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
165 struct skcipher_alg crypto;
394 static struct skcipher_alg ecb_aes_alg = {461 static struct skcipher_alg cbc_aes_alg = {
136 struct skcipher_alg cipher;
319 struct skcipher_alg skcipher;
Completed in 56 milliseconds