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()
409 skcipher_alg.base); in cc_cipher_setkey()
410 unsigned int max_key_buf_size = cc_alg->skcipher_alg.max_keysize; in cc_cipher_setkey()
1420 struct skcipher_alg *alg; in cc_create_alg()
1426 alg = &t_alg->skcipher_alg; in cc_create_alg()
1455 crypto_unregister_skcipher(&t_alg->skcipher_alg); in cc_cipher_free()
1491 rc = crypto_register_skcipher(&t_alg->skcipher_alg); in cc_cipher_alloc()
1493 t_alg->skcipher_alg.base.cra_driver_name, rc); in cc_cipher_alloc()
1496 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()
1502 t_alg->skcipher_alg.base.cra_driver_name); in cc_cipher_alloc()