Home
last modified time | relevance | path

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

/linux-6.6.21/include/crypto/
Daead.h156 struct aead_alg { struct
157 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 …]
/linux-6.6.21/drivers/crypto/ccp/
Dccp-crypto-main.c368 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
/linux-6.6.21/crypto/
Dessiv.c454 struct aead_alg *aead_alg = NULL; in essiv_create() local
/linux-6.6.21/drivers/crypto/ccree/
Dcc_driver.h167 struct aead_alg aead_alg; member