Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h49 struct crypto_skcipher_spawn { struct
139 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn,
147 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher()
164 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg_common()
176 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher()
/linux/crypto/
H A Dhctr2.c38 struct crypto_skcipher_spawn xctr_spawn;
H A Dauthenc.c23 struct crypto_skcipher_spawn enc;
H A Dessiv.c43 struct crypto_skcipher_spawn skcipher_spawn;
H A Dskcipher.c628 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher()