Searched defs:omap_aes_ctx (Results 1 – 1 of 1) sorted by relevance
95 struct omap_aes_ctx { struct96 struct crypto_engine_ctx enginectx;97 int keylen;98 u32 key[AES_KEYSIZE_256 / sizeof(u32)];99 u8 nonce[4];100 struct crypto_sync_skcipher *fallback;101 struct crypto_skcipher *ctr;