Lines Matching refs:skcipher_alg
136 skcipher_alg.base); in cc_cipher_init()
138 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_init()
188 skcipher_alg.base); in cc_cipher_exit()
189 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_exit()
311 skcipher_alg.base); in cc_cipher_setkey()
312 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_setkey()
403 skcipher_alg.base); in cc_setup_cipher_desc()
1333 struct skcipher_alg *alg; in cc_create_alg()
1339 alg = &t_alg->skcipher_alg; in cc_create_alg()
1372 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
1416 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
1418 t_alg->skcipher_alg.base.cra_driver_name, rc); in cc_cipher_alloc()
1421 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()
1428 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()