Searched refs:crypto_cipher_spawn (Results 1 – 8 of 8) sorted by relevance
179 struct crypto_cipher_spawn { struct183 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument193 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher()199 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg()205 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher()
217 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple()
171 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()192 struct crypto_cipher_spawn *spawn; in xcbc_create()
205 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()226 struct crypto_cipher_spawn *spawn; in cmac_create()
600 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()622 struct crypto_cipher_spawn *spawn; in vmac_create()
845 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()866 struct crypto_cipher_spawn *spawn; in cbcmac_create()
888 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple()934 struct crypto_cipher_spawn *spawn; in skcipher_alloc_instance_simple()
66 struct crypto_cipher_spawn blockcipher_spawn;