| /kernel/linux/linux-6.6/crypto/ |
| H A D | cts.c | 286 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_cts_init_tfm() local 326 struct crypto_skcipher_spawn *spawn; in crypto_cts_create() local
|
| H A D | ctr.c | 221 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_init_tfm() local 251 struct crypto_skcipher_spawn *spawn = skcipher_instance_ctx(inst); in crypto_rfc3686_free() local 262 struct crypto_skcipher_spawn *spawn; in crypto_rfc3686_create() local
|
| H A D | hmac.c | 149 struct crypto_shash_spawn *spawn = shash_instance_ctx(inst); in hmac_init_tfm() local 187 struct crypto_shash_spawn *spawn; in hmac_create() local
|
| H A D | xts.c | 30 struct crypto_skcipher_spawn spawn; member
|
| H A D | xcbc.c | 171 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local 192 struct crypto_cipher_spawn *spawn; in xcbc_create() local
|
| H A D | rsa-pkcs1pad.c | 97 struct crypto_akcipher_spawn spawn; member 592 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
|
| H A D | shash.c | 563 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() argument
|
| H A D | ccm.c | 670 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local 710 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local 844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local 865 struct crypto_cipher_spawn *spawn; in cbcmac_create() local [all...] |
| H A D | algapi.c | 112 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local 161 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local 654 struct crypto_spawn *spawn; crypto_register_instance() local 724 crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask) crypto_grab_spawn() argument 760 crypto_drop_spawn(struct crypto_spawn *spawn) crypto_drop_spawn() argument 775 crypto_spawn_alg(struct crypto_spawn *spawn) crypto_spawn_alg() argument 800 crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, u32 mask) crypto_spawn_tfm() argument 826 crypto_spawn_tfm2(struct crypto_spawn *spawn) crypto_spawn_tfm2() argument [all...] |
| H A D | ahash.c | 520 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash() argument
|
| H A D | skcipher.c | 791 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() argument 939 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local 985 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local [all...] |
| /third_party/node/lib/internal/ |
| H A D | child_process.js | |
| /third_party/rust/crates/codespan/codespan-reporting/tests/ |
| H A D | term.rs | 196 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() functions
|
| /third_party/python/Lib/distutils/ |
| H A D | _msvccompiler.py | 503 def spawn(self, cmd): member in MSVCCompiler
|
| H A D | cmd.py | 362 def spawn(self, cmd, search_path=1, level=1): member in Command 364 from distutils.spawn import spawn namespace
|
| H A D | util.py | 15 from distutils.spawn import spawn namespace
|
| H A D | ccompiler.py | 8 from distutils.spawn import spawn namespace 909 def spawn(self, cmd): member in CCompiler
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_archive_util.py | 14 from distutils.spawn import find_executable, spawn namespace
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | ahash.c | 546 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash() argument
|
| H A D | rsa-pkcs1pad.c | 97 struct crypto_akcipher_spawn spawn; member 590 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
|
| H A D | vmac.c | 599 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm() local 621 struct crypto_cipher_spawn *spawn; in vmac_create() local
|
| H A D | skcipher.c | 749 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, in crypto_grab_skcipher() argument 893 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() local 939 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple() local [all...] |
| H A D | shash.c | 508 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() argument
|
| H A D | ccm.c | 670 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local 710 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local 844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local 865 struct crypto_cipher_spawn *spawn; in cbcmac_create() local [all...] |
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | algapi.h | 199 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument 209 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() argument 214 crypto_spawn_cipher_alg( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher_alg() argument 220 crypto_spawn_cipher( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher() argument [all...] |