Home
last modified time | relevance | path

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

/linux-6.14.4/crypto/
Dakcipher.c23 struct crypto_akcipher_sync_data { struct
24 struct crypto_akcipher *tfm;
25 const void *src;
26 void *dst;
27 unsigned int slen;
28 unsigned int dlen;
30 struct akcipher_request *req;
31 struct crypto_wait cwait;
32 struct scatterlist sg;
33 u8 *buf;