Home
last modified time | relevance | path

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

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