Home
last modified time | relevance | path

Searched refs:cc_alg_template (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/ccree/
H A Dcc_driver.h170 struct cc_alg_template { struct
171 namecc_alg_template global() argument
172 driver_namecc_alg_template global() argument
173 blocksizecc_alg_template global() argument
174 __anonce504e54010acc_alg_template global() argument
177 template_ucc_alg_template global() argument
178 cipher_modecc_alg_template global() argument
179 flow_modecc_alg_template global() argument
180 auth_modecc_alg_template global() argument
181 min_hw_revcc_alg_template global() argument
182 std_bodycc_alg_template global() argument
183 sec_funccc_alg_template global() argument
184 data_unitcc_alg_template global() argument
185 drvdatacc_alg_template global() argument
H A Dcc_cipher.c1003 static const struct cc_alg_template skcipher_algs[] = {
1375 static struct cc_crypto_alg *cc_create_alg(const struct cc_alg_template *tmpl, in cc_create_alg()
H A Dcc_aead.c2297 static struct cc_alg_template aead_algs[] = {
2560 static struct cc_crypto_alg *cc_create_aead_alg(struct cc_alg_template *tmpl, in cc_create_aead_alg()