Searched defs:aead_alg (Results 1 – 1 of 1) sorted by relevance
130 struct aead_alg { struct131 int (*setkey)(struct crypto_aead *tfm, const u8 *key,133 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);134 int (*encrypt)(struct aead_request *req);135 int (*decrypt)(struct aead_request *req);136 int (*init)(struct crypto_aead *tfm);137 void (*exit)(struct crypto_aead *tfm);139 unsigned int ivsize;140 unsigned int maxauthsize;141 unsigned int chunksize;[all …]