Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/crypto/
Dif_alg.h141 struct af_alg_ctx { struct
142 struct list_head tsgl_list;
144 void *iv;
145 size_t aead_assoclen;
147 struct crypto_wait wait;
149 size_t used;
150 atomic_t rcvused;
152 bool more;
153 bool merge;
154 bool enc;
[all …]
/kernel/linux/linux-5.10/include/crypto/
Dif_alg.h143 struct af_alg_ctx { struct
144 struct list_head tsgl_list;
146 void *iv;
147 size_t aead_assoclen;
149 struct crypto_wait wait;
151 size_t used;
152 atomic_t rcvused;
154 bool more;
155 bool merge;
156 bool enc;
[all …]