Home
last modified time | relevance | path

Searched refs:skcipher_alg (Results 1 – 5 of 5) sorted by relevance

/crypto/
A Dskcipher.c32 static inline struct skcipher_alg *__crypto_skcipher_alg( in __crypto_skcipher_alg()
35 return container_of(alg, struct skcipher_alg, base); in __crypto_skcipher_alg()
42 struct skcipher_alg *alg; in skcipher_walk_virt()
132 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
152 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt()
202 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt()
251 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_export()
262 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_import()
374 .algsize = offsetof(struct skcipher_alg, base),
[all …]
A Dsimd.c43 struct skcipher_alg alg;
116 struct skcipher_alg *alg; in simd_skcipher_init()
139 struct simd_skcipher_alg *simd_skcipher_create_compat(struct skcipher_alg *ialg, in simd_skcipher_create_compat()
145 struct skcipher_alg *alg; in simd_skcipher_create_compat()
207 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat()
241 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
A Dessiv.c444 struct skcipher_alg_common *skcipher_alg = NULL; in essiv_create() local
491 skcipher_alg = crypto_spawn_skcipher_alg_common( in essiv_create()
493 block_base = &skcipher_alg->base; in essiv_create()
494 ivsize = skcipher_alg->ivsize; in essiv_create()
583 skcipher_inst->alg.min_keysize = skcipher_alg->min_keysize; in essiv_create()
584 skcipher_inst->alg.max_keysize = skcipher_alg->max_keysize; in essiv_create()
586 skcipher_inst->alg.chunksize = skcipher_alg->chunksize; in essiv_create()
A Dcrypto_null.c85 static struct skcipher_alg skcipher_null = {
A Dchacha.c129 static struct skcipher_alg algs[] = {

Completed in 9 milliseconds