Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dtalitos.c640 struct talitos_ctx { struct
641 struct device *dev;
642 int ch;
643 __be32 desc_hdr_template;
644 u8 key[TALITOS_MAX_KEY_SIZE];
645 u8 iv[TALITOS_MAX_IV_LENGTH];
646 unsigned int keylen;
647 unsigned int enckeylen;
648 unsigned int authkeylen;
672 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() argument