Searched defs:aead_alg (Results 1 – 4 of 4) sorted by relevance
156 struct aead_alg { struct157 int (*setkey)(struct crypto_aead *tfm, const u8 *key,159 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);160 int (*encrypt)(struct aead_request *req);161 int (*decrypt)(struct aead_request *req);162 int (*init)(struct crypto_aead *tfm);163 void (*exit)(struct crypto_aead *tfm);166 struct crypto_istat_aead stat;169 unsigned int ivsize;170 unsigned int maxauthsize;[all …]
368 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
454 struct aead_alg *aead_alg = NULL; in essiv_create() local
167 struct aead_alg aead_alg; member