Searched defs:aead_alg (Results 1 – 4 of 4) sorted by relevance
136 struct aead_alg { struct137 int (*setkey)(struct crypto_aead *tfm, const u8 *key,139 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);140 int (*encrypt)(struct aead_request *req);141 int (*decrypt)(struct aead_request *req);142 int (*init)(struct crypto_aead *tfm);143 void (*exit)(struct crypto_aead *tfm);145 unsigned int ivsize;146 unsigned int maxauthsize;147 unsigned int chunksize;[all …]
375 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
448 struct aead_alg *aead_alg = NULL; in essiv_create() local
167 struct aead_alg aead_alg; member