Home
last modified time | relevance | path

Searched defs:aead_alg (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Daead.h139 struct aead_alg { struct
140 int (*setkey)(struct crypto_aead *tfm, const u8 *key,
142 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);
143 int (*encrypt)(struct aead_request *req);
144 int (*decrypt)(struct aead_request *req);
145 int (*init)(struct crypto_aead *tfm);
146 void (*exit)(struct crypto_aead *tfm);
148 unsigned int ivsize;
149 unsigned int maxauthsize;
150 unsigned int chunksize;
[all …]
/linux/drivers/crypto/ccp/
H A Dccp-crypto-main.c368 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
/linux/crypto/
H A Dessiv.c454 struct aead_alg *aead_alg = NULL; essiv_create() local
/linux/drivers/crypto/ccree/
H A Dcc_driver.h167 struct aead_alg aead_alg; member