| /linux/include/crypto/internal/ |
| H A D | skcipher.h | 139 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, 143 int crypto_grab_lskcipher(struct crypto_lskcipher_spawn *spawn, 147 static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) in crypto_drop_skcipher() argument 149 crypto_drop_spawn(&spawn->base); in crypto_drop_skcipher() 152 static inline void crypto_drop_lskcipher(struct crypto_lskcipher_spawn *spawn) in crypto_drop_lskcipher() argument 154 crypto_drop_spawn(&spawn->base); in crypto_drop_lskcipher() 158 struct crypto_lskcipher_spawn *spawn) in crypto_lskcipher_spawn_alg() argument 160 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg() 164 struct crypto_skcipher_spawn *spawn) in crypto_spawn_skcipher_alg_common() argument 166 return container_of(spawn->base.alg, struct skcipher_alg_common, base); in crypto_spawn_skcipher_alg_common() [all …]
|
| H A D | cipher.h | 185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument 192 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_cipher() 195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() argument 197 crypto_drop_spawn(&spawn->base); in crypto_drop_cipher() 201 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg() argument 203 return spawn->base.alg; in crypto_spawn_cipher_alg() 207 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher() argument 212 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()
|
| H A D | kpp.h | 196 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, 204 static inline void crypto_drop_kpp(struct crypto_kpp_spawn *spawn) in crypto_drop_kpp() argument 206 crypto_drop_spawn(&spawn->base); in crypto_drop_kpp() 222 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp_alg() argument 224 return container_of(spawn->base.alg, struct kpp_alg, base); in crypto_spawn_kpp_alg() 240 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp() argument 242 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_kpp()
|
| H A D | aead.h | 99 int crypto_grab_aead(struct crypto_aead_spawn *spawn, 103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead() argument 105 crypto_drop_spawn(&spawn->base); in crypto_drop_aead() 109 struct crypto_aead_spawn *spawn) in crypto_spawn_aead_alg() argument 111 return container_of(spawn->base.alg, struct aead_alg, base); in crypto_spawn_aead_alg() 115 struct crypto_aead_spawn *spawn) in crypto_spawn_aead() argument 117 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
|
| /linux/include/crypto/ |
| H A D | algapi.h | 151 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 153 void crypto_drop_spawn(struct crypto_spawn *spawn); 154 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 156 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
|
| /linux/crypto/ |
| H A D | skcipher.c | 628 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() argument 632 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher() 633 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_skcipher() 797 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local 801 cipher = crypto_spawn_cipher(spawn); in skcipher_init_tfm_simple() 843 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local 851 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in skcipher_alloc_instance_simple() 854 spawn = skcipher_instance_ctx(inst); in skcipher_alloc_instance_simple() 856 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple() 860 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()
|
| H A D | aead.c | 193 int crypto_grab_aead(struct crypto_aead_spawn *spawn, in crypto_grab_aead() argument 197 spawn->base.frontend = &crypto_aead_type; in crypto_grab_aead() 198 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_aead()
|
| H A D | ahash.c | 833 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash() argument 837 spawn->base.frontend = &crypto_ahash_type; in crypto_grab_ahash() 838 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_ahash()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 88 # /bin/echo "We can't even spawn a single process now." 91 # /bin/echo "We can't even spawn a single process now."
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igb.rst | 49 This parameter adds support for SR-IOV. It causes the driver to spawn up to 60 This will spawn 4 VFs on the first port. 66 This will spawn 2 VFs on the first port and 4 VFs on the second port.
|
| H A D | ixgbe.rst | 183 This parameter adds support for SR-IOV. It causes the driver to spawn up to 203 This will spawn 4 VFs on the first port. 209 This will spawn 2 VFs on the first port and 4 VFs on the second port.
|
| /linux/rust/pin-init/examples/ |
| H A D | static_init.rs | 99 .spawn(move || { in main()
|
| H A D | pthread_mutex.rs | 164 .spawn(move || { in main()
|
| H A D | mutex.rs | 205 .spawn(move || { in main()
|
| /linux/Documentation/admin-guide/ |
| H A D | binfmt-misc.rst | 84 The usual behaviour of binfmt_misc is to spawn the 88 emulation is installed and uses the opened image to spawn the
|
| H A D | kernel-parameters.txt | 6701 Number of kthreads to spawn to invoke the
|
| /linux/Documentation/virt/ |
| H A D | ne_overview.rst | 30 VM guest that uses the provided ioctl interface of the NE driver to spawn an
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 173 recoverydir, or spawn a process directly using a usermodehelper
|
| /linux/tools/power/pm-graph/ |
| H A D | README | 501 it will spawn an entirely new event named after the caller's kernel thread.
|
| /linux/Documentation/networking/ |
| H A D | packet_mmap.rst | 416 the frames. This is because a frame cannot be spawn across two
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 827 order not to spawn multiple per-cpu streaming threads but still avoid LOST
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 1760 itself to the point where RCU can spawn and run its kthreads. In theory,
|