Searched defs:aead_alg (Results 1 – 4 of 4) 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 …]
375 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
467 struct aead_alg *aead_alg = NULL; in essiv_create() local
174 struct aead_alg aead_alg; member