Home
last modified time | relevance | path

Searched defs:aead_alg (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
H A Daead.h139 struct aead_alg { struct
140 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 …]
/linux/drivers/crypto/ccree/
H A Dcc_driver.h167 struct aead_alg aead_alg; member
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1988 struct aead_engine_alg *aead_alg; in tegra_init_aes() local