Lines Matching refs:skcipher_alg
156 skcipher_alg.base); in cc_cipher_init()
158 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_init()
234 skcipher_alg.base); in cc_cipher_exit()
235 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_exit()
406 skcipher_alg.base); in cc_cipher_setkey()
407 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_setkey()
1417 struct skcipher_alg *alg; in cc_create_alg()
1423 alg = &t_alg->skcipher_alg; in cc_create_alg()
1452 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
1488 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
1490 t_alg->skcipher_alg.base.cra_driver_name, rc); in cc_cipher_alloc()
1493 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()
1499 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()