Searched refs:cc_crypto_alg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_cipher.c | 161 struct cc_crypto_alg *cc_alg = in cc_cipher_init() 162 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_init() 213 struct cc_crypto_alg *cc_alg = in cc_cipher_exit() 214 container_of(alg, struct cc_crypto_alg, in cc_cipher_exit() 385 struct cc_crypto_alg *cc_alg = in cc_cipher_setkey() 386 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_setkey() 542 struct cc_crypto_alg *cc_alg = in cc_setup_state_desc() 543 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_setup_state_desc() 1593 static struct cc_crypto_alg *cc_create_alg(const struct cc_alg_template *tmpl, in cc_create_alg() 1596 struct cc_crypto_alg *t_alg; in cc_create_alg() [all …]
|
| D | cc_driver.h | 166 struct cc_crypto_alg { struct
|
| D | cc_aead.c | 133 struct cc_crypto_alg *cc_alg = in cc_aead_init() 134 container_of(alg, struct cc_crypto_alg, aead_alg); in cc_aead_init() 2619 static struct cc_crypto_alg *cc_create_aead_alg(struct cc_alg_template *tmpl, in cc_create_aead_alg() 2622 struct cc_crypto_alg *t_alg; in cc_create_aead_alg() 2653 struct cc_crypto_alg *t_alg, *n; in cc_aead_free() 2675 struct cc_crypto_alg *t_alg; in cc_aead_alloc()
|