Searched defs:CryptoInfo (Results 1 – 1 of 1) sorted by relevance
95 struct CryptoInfo { struct96 int numSubSamples;97 uint8_t key[kBlockSize];98 uint8_t iv[kBlockSize];99 CryptoPlugin::Mode mode;100 CryptoPlugin::Pattern pattern;101 CryptoPlugin::SubSample *subSamples;