Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dcryptd.h21 struct cryptd_skcipher { struct
26 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, argument
28 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);
30 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);
31 void cryptd_free_skcipher(struct cryptd_skcipher *tfm);
/Linux-v5.10/crypto/
Dcryptd.c904 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
927 return container_of(tfm, struct cryptd_skcipher, base); in cryptd_alloc_skcipher()
931 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
939 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
947 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()