Searched refs:cc_crypto_alg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/ccree/ |
H A D | cc_cipher.c | 157 struct cc_crypto_alg *cc_alg = in cc_cipher_init() 158 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_init() 235 struct cc_crypto_alg *cc_alg = in cc_cipher_exit() 236 container_of(alg, struct cc_crypto_alg, in cc_cipher_exit() 401 struct cc_crypto_alg *cc_alg = in cc_cipher_setkey() 402 container_of(tfm->__crt_alg, struct cc_crypto_alg, in cc_cipher_setkey() 1375 static struct cc_crypto_alg *cc_create_alg(const struct cc_alg_template *tmpl, in cc_create_alg() 1378 struct cc_crypto_alg *t_alg; in cc_create_alg() 1414 struct cc_crypto_alg *t_alg, *n; in cc_cipher_free() 1426 struct cc_crypto_alg *t_al in cc_cipher_alloc() [all...] |
H A D | cc_driver.h | 160 struct cc_crypto_alg { struct 161 entrycc_crypto_alg global() argument 162 cipher_modecc_crypto_alg global() argument 163 flow_modecc_crypto_alg global() argument 164 auth_modecc_crypto_alg global() argument 165 drvdatacc_crypto_alg global() argument 166 skcipher_algcc_crypto_alg global() argument 167 aead_algcc_crypto_alg global() argument
|
H A D | cc_aead.c | 129 struct cc_crypto_alg *cc_alg = in cc_aead_init() 130 container_of(alg, struct cc_crypto_alg, aead_alg); in cc_aead_init() 2560 static struct cc_crypto_alg *cc_create_aead_alg(struct cc_alg_template *tmpl, in cc_create_aead_alg() 2563 struct cc_crypto_alg *t_alg; in cc_create_aead_alg() 2599 struct cc_crypto_alg *t_alg, *n; in cc_aead_free() 2614 struct cc_crypto_alg *t_alg; in cc_aead_alloc()
|