Searched defs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1916 struct NativeCryptoInfo { struct1917 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() function2024 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument2035 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument2049 JNIEnv *mEnv{nullptr};2052 status_t mErr{OK};2055 int32_t mNumSubSamples{0};2056 jbyte *mIv{nullptr};2057 jbyte *mKey{nullptr};2058 enum CryptoPlugin::Mode mMode;[all …]