Searched refs:mCrypto (Results 1 – 7 of 7) sorted by relevance
36 private final Object mCrypto; field in CryptoObject39 mCrypto = signature; in CryptoObject()43 mCrypto = cipher; in CryptoObject()47 mCrypto = mac; in CryptoObject()58 mCrypto = credential; in CryptoObject()62 mCrypto = session; in CryptoObject()70 return mCrypto instanceof Signature ? (Signature) mCrypto : null; in getSignature()78 return mCrypto instanceof Cipher ? (Cipher) mCrypto : null; in getCipher()86 return mCrypto instanceof Mac ? (Mac) mCrypto : null; in getMac()96 return mCrypto instanceof IdentityCredential ? (IdentityCredential) mCrypto : null; in getIdentityCredential()[all …]
49 mCrypto = MakeCrypto(uuid, initData, initSize); in JCrypto()53 if (mCrypto != NULL) { in ~JCrypto()54 mCrypto->destroyPlugin(); in ~JCrypto()56 mCrypto.clear(); in ~JCrypto()88 if (mCrypto == NULL) { in requiresSecureDecoderComponent()92 return mCrypto->requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()107 return mCrypto == NULL ? NO_INIT : OK; in initCheck()125 return jcrypto->mCrypto; in GetCrypto()
47 sp<ICrypto> mCrypto; member
177 const sp<ICrypto> &getCrypto() { return mCrypto; } in getCrypto()212 sp<ICrypto> mCrypto; member
360 mCrypto = crypto; in configure()
1813 private MediaCrypto mCrypto; field in MediaCodec2102 mCrypto = null; in finalize()2118 mCrypto = null; in reset()2133 mCrypto = null; in release()2323 mCrypto = crypto; in configure()
18575 Landroid/hardware/biometrics/CryptoObject;->mCrypto:Ljava/lang/Object;20047 Landroid/hardware/fingerprint/FingerprintManager$OnAuthenticationCancelListener;->mCrypto:Landroid/…