Lines Matching refs:cc_crypto_alg
134 struct cc_crypto_alg *cc_alg = in cc_cipher_init()
135 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_init()
186 struct cc_crypto_alg *cc_alg = in cc_cipher_exit()
187 container_of(alg, struct cc_crypto_alg, in cc_cipher_exit()
309 struct cc_crypto_alg *cc_alg = in cc_cipher_setkey()
310 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_setkey()
401 struct cc_crypto_alg *cc_alg = in cc_setup_cipher_desc()
402 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_setup_cipher_desc()
1329 static struct cc_crypto_alg *cc_create_alg(const struct cc_alg_template *tmpl, in cc_create_alg()
1332 struct cc_crypto_alg *t_alg; in cc_create_alg()
1365 struct cc_crypto_alg *t_alg, *n; in cc_cipher_free()
1385 struct cc_crypto_alg *t_alg; in cc_cipher_alloc()