Home
last modified time | relevance | path

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

/include/crypto/internal/
A Dskcipher.h107 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher()
112 static inline void crypto_drop_lskcipher(struct crypto_lskcipher_spawn *spawn) in crypto_drop_lskcipher()
118 struct crypto_lskcipher_spawn *spawn) in crypto_lskcipher_spawn_alg()
124 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg_common()
130 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher_alg()
136 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher()
142 struct crypto_lskcipher_spawn *spawn) in crypto_spawn_lskcipher()
237 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple() local
256 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple() local
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()
A Dsig.h81 static inline struct crypto_sig *crypto_spawn_sig(struct crypto_sig_spawn in crypto_spawn_sig()
87 static inline void crypto_drop_sig(struct crypto_sig_spawn *spawn) in crypto_drop_sig()
92 static inline struct sig_alg *crypto_spawn_sig_alg(struct crypto_sig_spawn in crypto_spawn_sig_alg()
A Dhash.h127 static inline void crypto_drop_ahash(struct crypto_ahash_spawn *spawn) in crypto_drop_ahash()
133 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash_alg()
150 static inline void crypto_drop_shash(struct crypto_shash_spawn *spawn) in crypto_drop_shash()
156 struct crypto_shash_spawn *spawn) in crypto_spawn_shash_alg()
257 struct crypto_ahash_spawn *spawn) in crypto_spawn_ahash()
303 struct crypto_shash_spawn *spawn) in crypto_spawn_shash()
A Dakcipher.h108 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher()
113 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher()
119 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher_alg()
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()
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()

Completed in 13 milliseconds