Home
last modified time | relevance | path

Searched defs:spawn (Results 51 - 75 of 83) sorted by relevance

1234

/kernel/linux/linux-6.6/crypto/
H A Dcts.c286 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 Dctr.c221 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 Dhmac.c149 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 Dxts.c30 struct crypto_skcipher_spawn spawn; member
H A Dxcbc.c171 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 Drsa-pkcs1pad.c97 struct crypto_akcipher_spawn spawn; member
592 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
H A Dshash.c563 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() argument
H A Dccm.c670 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 Dalgapi.c112 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 Dahash.c520 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash() argument
H A Dskcipher.c791 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 Dchild_process.js
/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs196 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() functions
/third_party/python/Lib/distutils/
H A D_msvccompiler.py503 def spawn(self, cmd): member in MSVCCompiler
H A Dcmd.py362 def spawn(self, cmd, search_path=1, level=1): member in Command
364 from distutils.spawn import spawn namespace
H A Dutil.py15 from distutils.spawn import spawn namespace
H A Dccompiler.py8 from distutils.spawn import spawn namespace
909 def spawn(self, cmd): member in CCompiler
/third_party/python/Lib/distutils/tests/
H A Dtest_archive_util.py14 from distutils.spawn import find_executable, spawn namespace
/kernel/linux/linux-5.10/crypto/
H A Dahash.c546 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, in crypto_grab_ahash() argument
H A Drsa-pkcs1pad.c97 struct crypto_akcipher_spawn spawn; member
590 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free() local
H A Dvmac.c599 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 Dskcipher.c749 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 Dshash.c508 int crypto_grab_shash(struct crypto_shash_spawn *spawn, in crypto_grab_shash() argument
H A Dccm.c670 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 Dalgapi.h199 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...]

Completed in 25 milliseconds

1234