Searched defs:aead_alg (Results 1 – 3 of 3) sorted by relevance
139 struct aead_alg { struct140 int (*setkey)(struct crypto_aead *tfm, const u8 *key,142 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);143 int (*encrypt)(struct aead_request *req);144 int (*decrypt)(struct aead_request *req);145 int (*init)(struct crypto_aead *tfm);146 void (*exit)(struct crypto_aead *tfm);148 unsigned int ivsize;149 unsigned int maxauthsize;150 unsigned int chunksize;[all …]
167 struct aead_alg aead_alg; member
1988 struct aead_engine_alg *aead_alg; in tegra_init_aes() local