Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dcryptd.h38 struct cryptd_skcipher { struct
42 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, argument
44 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);
/Linux-v4.19/crypto/
Dsimd.c40 struct cryptd_skcipher *cryptd_tfm;
111 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()
Dcryptd.c1215 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()