Searched defs:aead_alg (Results 1 – 4 of 4) sorted by relevance
138 struct aead_alg { struct139 int (*setkey)(struct crypto_aead *tfm, const u8 *key,141 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);142 int (*encrypt)(struct aead_request *req);143 int (*decrypt)(struct aead_request *req);144 int (*init)(struct crypto_aead *tfm);145 void (*exit)(struct crypto_aead *tfm);147 unsigned int ivsize;148 unsigned int maxauthsize;149 unsigned int chunksize;[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
Completed in 8 milliseconds