Searched defs:spawn (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c16 static pid_t spawn(void) function
/linux-master/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; local
H A Dkpp.c117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, argument
H A Dxcbc.c166 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); local
187 struct crypto_cipher_spawn *spawn; local
H A Decb.c72 struct crypto_cipher_spawn *spawn; local
100 struct crypto_cipher_spawn *spawn; local
173 struct crypto_lskcipher_spawn *spawn; local
[all...]
H A Dakcipher.c116 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, argument
H A Dctr.c221 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); local
251 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); local
261 struct crypto_skcipher_spawn *spawn; local
H A Dcts.c286 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); local
326 struct crypto_skcipher_spawn *spawn; local
H A Dlrw.c268 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); local
301 struct crypto_skcipher_spawn *spawn; local
H A Dpcrypt.c25 struct crypto_aead_spawn spawn; member in struct:pcrypt_instance_ctx
H A Dhmac.c142 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); local
180 struct crypto_shash_spawn *spawn; local
H A Daead.c257 int crypto_grab_aead(struct crypto_aead_spawn *spawn, argument
H A Dcmac.c198 struct crypto_cipher_spawn *spawn; local
235 struct crypto_cipher_spawn *spawn; local
H A Dxts.c30 struct crypto_skcipher_spawn spawn; member in struct:xts_instance_ctx
H A Dshash.c293 int crypto_grab_shash(struct crypto_shash_spawn *spawn, argument
H A Drsa-pkcs1pad.c120 struct crypto_akcipher_spawn spawn; member in struct:pkcs1pad_inst_ctx
615 struct crypto_akcipher_spawn *spawn = &ctx->spawn; local
H A Dlskcipher.c392 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, argument
505 struct crypto_lskcipher_spawn *spawn; local
552 struct crypto_lskcipher_spawn *spawn; local
[all...]
H A Dvmac.c600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); local
622 struct crypto_cipher_spawn *spawn; local
H A Dccm.c669 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); local
709 struct crypto_aead_spawn *spawn; local
840 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); local
861 struct crypto_cipher_spawn *spawn; local
[all...]
/linux-master/include/crypto/internal/
H A Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, argument
195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) argument
200 crypto_spawn_cipher_alg( struct crypto_cipher_spawn *spawn) argument
206 crypto_spawn_cipher( struct crypto_cipher_spawn *spawn) argument
H A Daead.h103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) argument
108 crypto_spawn_aead_alg( struct crypto_aead_spawn *spawn) argument
114 crypto_spawn_aead( struct crypto_aead_spawn *spawn) argument
H A Dkpp.h204 crypto_drop_kpp(struct crypto_kpp_spawn *spawn) argument
221 crypto_spawn_kpp_alg( struct crypto_kpp_spawn *spawn) argument
239 crypto_spawn_kpp( struct crypto_kpp_spawn *spawn) argument
[all...]
H A Dakcipher.h113 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) argument
107 crypto_spawn_akcipher( struct crypto_akcipher_spawn *spawn) argument
118 crypto_spawn_akcipher_alg( struct crypto_akcipher_spawn *spawn) argument
H A Dhash.h94 static inline void crypto_drop_ahash(struct crypto_ahash_spawn *spawn) argument
117 static inline void crypto_drop_shash(struct crypto_shash_spawn *spawn) argument
99 crypto_spawn_ahash_alg( struct crypto_ahash_spawn *spawn) argument
122 crypto_spawn_shash_alg( struct crypto_shash_spawn *spawn) argument
216 crypto_spawn_ahash( struct crypto_ahash_spawn *spawn) argument
262 crypto_spawn_shash( struct crypto_shash_spawn *spawn) argument
[all...]
H A Dskcipher.h141 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) argument
146 static inline void crypto_drop_lskcipher(struct crypto_lskcipher_spawn *spawn) argument
151 crypto_lskcipher_spawn_alg( struct crypto_lskcipher_spawn *spawn) argument
157 crypto_spawn_skcipher_alg_common( struct crypto_skcipher_spawn *spawn) argument
163 crypto_spawn_lskcipher_alg( struct crypto_lskcipher_spawn *spawn) argument
169 crypto_spawn_skcipher( struct crypto_skcipher_spawn *spawn) argument
175 crypto_spawn_lskcipher( struct crypto_lskcipher_spawn *spawn) argument
278 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); local
297 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); local
[all...]

Completed in 410 milliseconds

12