Searched defs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1750 struct NativeCryptoInfo { struct1751 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() function1856 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument1867 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument1881 JNIEnv *mEnv{nullptr};1884 status_t mErr{OK};1887 int32_t mNumSubSamples{0};1888 jbyte *mIv{nullptr};1889 jbyte *mKey{nullptr};1890 enum CryptoPlugin::Mode mMode;[all …]