Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dalgif_skcipher.c39 struct skcipher_ctx { struct
40 struct list_head tsgl;
41 struct af_alg_sgl rsgl;
43 void *iv;
45 struct af_alg_completion completion;
47 atomic_t inflight;
48 unsigned used;
50 unsigned int len;
51 bool more;
52 bool merge;
[all …]