Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_spawn (Results 1 – 1 of 1) 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()
302 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple()