Lines Matching refs:skcipher_alg
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()
238 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_exit()
403 skcipher_alg.base); in cc_cipher_setkey()
404 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; 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()
1465 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()