Home
last modified time | relevance | path

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

/include/crypto/
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 …]