Lines Matching refs:skcipher
3517 .alg.skcipher = {
3536 .alg.skcipher = {
3555 .alg.skcipher = {
3574 .alg.skcipher = {
3593 .alg.skcipher = {
3612 .alg.skcipher = {
3631 .alg.skcipher = {
3650 .alg.skcipher = {
4112 static int skcipher_init_tfm(struct crypto_skcipher *skcipher) in skcipher_init_tfm() argument
4114 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in skcipher_init_tfm()
4115 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in skcipher_init_tfm()
4120 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s)); in skcipher_init_tfm()
4122 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4369 struct skcipher_alg *crypto = &driver_alg->alg.skcipher; in spu_register_skcipher()
4518 crypto_unregister_skcipher(&driver_algs[j].alg.skcipher); in spu_algs_register()
4674 crypto_unregister_skcipher(&driver_algs[i].alg.skcipher); in bcm_spu_remove()
4676 driver_algs[i].alg.skcipher.base.cra_driver_name); in bcm_spu_remove()