Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Dgeniv.h20 struct aead_geniv_ctx { struct
21 spinlock_t lock;
22 struct crypto_aead *child;
23 struct crypto_blkcipher *null;
24 u8 salt[] __attribute__ ((aligned(__alignof__(u32))));