Searched refs:cryptd_skcipher (Results 1 – 3 of 3) sorted by relevance
38 struct cryptd_skcipher { struct42 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, argument44 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);46 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);47 void cryptd_free_skcipher(struct cryptd_skcipher *tfm);
40 struct cryptd_skcipher *cryptd_tfm;111 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()
1215 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()1238 return container_of(tfm, struct cryptd_skcipher, base); in cryptd_alloc_skcipher()1242 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()1250 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()1258 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()