Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h53 struct crypto_lskcipher_spawn { struct
143 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn,
152 static inline void crypto_drop_lskcipher(struct crypto_lskcipher_spawn *spawn) in crypto_drop_lskcipher()
158 struct crypto_lskcipher_spawn *spawn) in crypto_lskcipher_spawn_alg()
170 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher_alg()
182 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher()
309 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple()
/linux/crypto/
H A Dlskcipher.c328 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, in crypto_grab_lskcipher()
437 struct crypto_lskcipher_spawn *spawn; in lskcipher_init_tfm_simple()
484 struct crypto_lskcipher_spawn *spawn; in lskcipher_alloc_instance_simple()
H A Decb.c173 struct crypto_lskcipher_spawn *spawn; in crypto_ecb_create()