Home
last modified time | relevance | path

Searched refs:cryptd_skcipher (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dcryptd.h21 struct cryptd_skcipher { struct
26 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name,
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);
/kernel/linux/linux-6.6/include/crypto/
H A Dcryptd.h22 struct cryptd_skcipher { struct
27 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name,
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);
/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c905 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
928 return container_of(tfm, struct cryptd_skcipher, base); in cryptd_alloc_skcipher()
932 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
940 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
948 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
H A Dsimd.c47 struct cryptd_skcipher *cryptd_tfm;
114 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()
/kernel/linux/linux-6.6/crypto/
H A Dcryptd.c949 struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, in cryptd_alloc_skcipher()
972 return container_of(tfm, struct cryptd_skcipher, base); in cryptd_alloc_skcipher()
976 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child()
984 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued()
992 void cryptd_free_skcipher(struct cryptd_skcipher *tfm) in cryptd_free_skcipher()
H A Dsimd.c47 struct cryptd_skcipher *cryptd_tfm;
114 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init()

Completed in 6 milliseconds