Searched defs:spawn (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/include/crypto/internal/
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...]
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
/linux-master/crypto/
H A Dahash.c599 int crypto_grab_ahash(struct crypto_ahash_spawn *spawn, argument
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 Dskcipher.c890 int crypto_grab_skcipher(struct crypto_skcipher_spawn *spawn, argument
1062 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); local
1108 struct crypto_cipher_spawn *spawn; local
[all...]
H A Dshash.c293 int crypto_grab_shash(struct crypto_shash_spawn *spawn, argument
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 Dalgapi.c112 struct crypto_spawn *spawn, *n; local
161 struct crypto_spawn *spawn, *n; local
654 struct crypto_spawn *spawn; local
724 crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, const char *name, u32 type, u32 mask) argument
760 crypto_drop_spawn(struct crypto_spawn *spawn) argument
775 crypto_spawn_alg(struct crypto_spawn *spawn) argument
800 crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, u32 mask) argument
826 crypto_spawn_tfm2(struct crypto_spawn *spawn) argument
[all...]
H A Dxts.c30 struct crypto_skcipher_spawn spawn; member in struct:xts_instance_ctx
H A Dvmac.c600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); local
622 struct crypto_cipher_spawn *spawn; local
H A Dxcbc.c166 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); local
187 struct crypto_cipher_spawn *spawn; local
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 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 Dgcm.c788 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); local
828 struct crypto_aead_spawn *spawn; local
987 struct crypto_aead_spawn *spawn = &ictx->aead; local
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 Dcryptd.c50 struct crypto_spawn spawn; member in struct:cryptd_instance_ctx
55 struct crypto_skcipher_spawn spawn; member in struct:skcipherd_instance_ctx
60 struct crypto_shash_spawn spawn; member in struct:hashd_instance_ctx
343 struct crypto_skcipher_spawn *spawn = &ictx->spawn; local
434 struct crypto_shash_spawn *spawn local
837 struct crypto_aead_spawn *spawn = &ictx->aead_spawn; local
[all...]
H A Dcmac.c198 struct crypto_cipher_spawn *spawn; local
235 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...]
H A Daead.c257 int crypto_grab_aead(struct crypto_aead_spawn *spawn, argument
H A Dakcipher.c116 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, argument
H A Dkpp.c117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, argument

Completed in 233 milliseconds

12