Home
last modified time | relevance | path

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

/include/crypto/
Dif_alg.h143 struct af_alg_ctx { struct
144 struct list_head tsgl_list;
146 void *iv;
147 void *state;
148 size_t aead_assoclen;
150 struct crypto_wait wait;
152 size_t used;
153 atomic_t rcvused;
155 bool more:1,
156 merge:1,
[all …]