Home
last modified time | relevance | path

Searched refs:crypto_cipher_spawn (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/include/crypto/
Dalgapi.h192 struct crypto_cipher_spawn { struct
196 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument
206 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher()
212 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg()
218 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher()
/Linux-v5.10/crypto/
Dxcbc.c170 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
191 struct crypto_cipher_spawn *spawn; in xcbc_create()
Dcmac.c204 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
225 struct crypto_cipher_spawn *spawn; in cmac_create()
Dvmac.c599 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
621 struct crypto_cipher_spawn *spawn; in vmac_create()
Dskcipher.c893 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple()
939 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple()
Dccm.c844 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
865 struct crypto_cipher_spawn *spawn; in cbcmac_create()
Dadiantum.c65 struct crypto_cipher_spawn blockcipher_spawn;
/Linux-v5.10/include/crypto/internal/
Dskcipher.h217 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple()