Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dskcipher.h53 struct crypto_lskcipher_spawn { struct
144 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn,
153 static inline void crypto_drop_lskcipher(struct crypto_lskcipher_spawn *spawn) in crypto_drop_lskcipher()
159 struct crypto_lskcipher_spawn *spawn) in crypto_lskcipher_spawn_alg()
171 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher_alg()
183 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher()
303 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple()
/linux-6.15/crypto/
H A Dlskcipher.c327 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, in crypto_grab_lskcipher()
440 struct crypto_lskcipher_spawn *spawn; in lskcipher_init_tfm_simple()
487 struct crypto_lskcipher_spawn *spawn; in lskcipher_alloc_instance_simple()
H A Decb.c173 struct crypto_lskcipher_spawn *spawn; in crypto_ecb_create()