Searched refs:cryptd_skcipher (Results 1 – 2 of 2) sorted by relevance
22 struct cryptd_skcipher { struct27 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, argument29 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);31 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);32 void cryptd_free_skcipher(struct cryptd_skcipher *tfm);
47 struct cryptd_skcipher *cryptd_tfm;114 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()