Searched defs:aead_geniv_ctx (Results 1 – 1 of 1) sorted by relevance
15 struct aead_geniv_ctx { struct16 spinlock_t lock;17 struct crypto_aead *child;18 struct crypto_sync_skcipher *sknull;19 u8 salt[] __attribute__ ((aligned(__alignof__(u32))));
Completed in 18 milliseconds