cryptd_skcipher 961 crypto/cryptd.c struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, cryptd_skcipher 984 crypto/cryptd.c return container_of(tfm, struct cryptd_skcipher, base); cryptd_skcipher 988 crypto/cryptd.c struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) cryptd_skcipher 996 crypto/cryptd.c bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) cryptd_skcipher 1004 crypto/cryptd.c void cryptd_free_skcipher(struct cryptd_skcipher *tfm) cryptd_skcipher 47 crypto/simd.c struct cryptd_skcipher *cryptd_tfm; cryptd_skcipher 118 crypto/simd.c struct cryptd_skcipher *cryptd_tfm; cryptd_skcipher 26 include/crypto/cryptd.h struct cryptd_skcipher *cryptd_alloc_skcipher(const char *alg_name, cryptd_skcipher 28 include/crypto/cryptd.h struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm); cryptd_skcipher 30 include/crypto/cryptd.h bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm); cryptd_skcipher 31 include/crypto/cryptd.h void cryptd_free_skcipher(struct cryptd_skcipher *tfm);