Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Daead.h134 struct aead_alg { struct
135 int (*setkey)(struct crypto_aead *tfm, const u8 *key,
137 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);
138 int (*encrypt)(struct aead_request *req);
139 int (*decrypt)(struct aead_request *req);
140 int (*init)(struct crypto_aead *tfm);
141 void (*exit)(struct crypto_aead *tfm);
143 const char *geniv;
145 unsigned int ivsize;
146 unsigned int maxauthsize;
[all …]