Home
last modified time | relevance | path

Searched defs:spawn (Results 1 – 7 of 7) sorted by relevance

/linux/include/crypto/internal/
H A Dskcipher.h147 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher()
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()
164 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg_common()
170 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher_alg()
176 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher()
182 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher()
283 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
302 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple() local
H A Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher()
195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher()
201 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg()
207 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher()
H A Dkpp.h204 static inline void crypto_drop_kpp(struct crypto_kpp_spawn *spawn) in crypto_drop_kpp()
222 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp_alg()
240 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp()
H A Daead.h103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead()
109 struct crypto_aead_spawn *spawn) in crypto_spawn_aead_alg()
115 struct crypto_aead_spawn *spawn) in crypto_spawn_aead()
/linux/crypto/
H A Dskcipher.c628 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher()
797 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local
843 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local
H A Daead.c193 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead()
H A Dahash.c833 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash()