Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Domap-aes.h99 struct omap_aes_ctx { struct
100 struct crypto_engine_ctx enginectx;
101 int keylen;
102 u32 key[AES_KEYSIZE_256 / sizeof(u32)];
103 u8 nonce[4];
104 struct crypto_skcipher *fallback;
105 struct crypto_skcipher *ctr;