cryptd_aead
struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm)
bool cryptd_aead_queued(struct cryptd_aead *tfm)
void cryptd_free_aead(struct cryptd_aead *tfm)
struct cryptd_aead *cryptd_tfm;
struct cryptd_aead *cryptd_tfm;
static inline struct cryptd_aead *__cryptd_aead_cast(
return (struct cryptd_aead *)tfm;
struct cryptd_aead *cryptd_alloc_aead(const char *alg_name,
struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
bool cryptd_aead_queued(struct cryptd_aead *tfm);
void cryptd_free_aead(struct cryptd_aead *tfm);