Lines Matching refs:skcipher_alg
163 skcipher_alg.base); in cc_cipher_init()
165 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_init()
215 skcipher_alg.base); in cc_cipher_exit()
216 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_exit()
387 skcipher_alg.base); in cc_cipher_setkey()
388 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_setkey()
544 skcipher_alg.base); in cc_setup_state_desc()
1597 struct skcipher_alg *alg; in cc_create_alg()
1603 alg = &t_alg->skcipher_alg; in cc_create_alg()
1636 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
1682 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
1684 t_alg->skcipher_alg.base.cra_driver_name, rc); in cc_cipher_alloc()
1687 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()
1694 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()