Home
last modified time | relevance | path

Searched refs:cryptd_skcipher (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/crypto/
Dcryptd.h22 struct cryptd_skcipher { struct
27 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, argument
29 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);
/linux-5.19.10/crypto/
Dcryptd.c903 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
926 return container_of(tfm, struct cryptd_skcipher, base); in cryptd_alloc_skcipher()
930 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
938 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
946 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
Dsimd.c47 struct cryptd_skcipher *cryptd_tfm;
114 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()