Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A 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.3-rc2/drivers/crypto/ccp/
A Dccp-crypto-main.c368 struct ccp_crypto_aead *aead_alg, *aead_tmp; in ccp_unregister_algs() local
/linux-6.3-rc2/crypto/
A Dessiv.c454 struct aead_alg *aead_alg = NULL; in essiv_create() local
/linux-6.3-rc2/drivers/crypto/ccree/
A Dcc_driver.h167 struct aead_alg aead_alg; member

Completed in 8 milliseconds