/aosp12/frameworks/av/media/ndk/ |
H A D | NdkMediaCrypto.cpp | 51 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_isCryptoSchemeSupported() local 60 sp<ICrypto> crypto = makeCrypto(); in AMediaCrypto_requiresSecureDecoderComponent() local 79 AMediaCrypto *crypto = new AMediaCrypto(); in AMediaCrypto_new() local 86 void AMediaCrypto_delete(AMediaCrypto* crypto) { in AMediaCrypto_delete()
|
H A D | NdkMediaCodec.cpp | 451 AMediaCrypto *crypto, in AMediaCodec_configure() 799 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
|
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/ |
H A D | tink-android-1.5.0.jar | ... .crypto.tink.subtle
com.google.crypto.tink.subtle.XChaCha20 extends com.google ... |
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaCrypto.cpp | 72 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto() local 97 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported() local 142 JNIEnv *env, jobject thiz, const sp<JCrypto> &crypto) { in setCrypto() 191 sp<JCrypto> crypto = new JCrypto( in android_media_MediaCrypto_native_setup() local 251 sp<JCrypto> crypto = getCrypto(env, thiz); in android_media_MediaCrypto_requiresSecureDecoderComponent() local 279 sp<ICrypto> crypto = JCrypto::GetCrypto(env, thiz); in android_media_MediaCrypto_setMediaDrmSession() local
|
/aosp12/packages/modules/adb/crypto/ |
H A D | key.cpp | 25 namespace crypto { namespace
|
H A D | rsa_2048_key.cpp | 26 namespace crypto { namespace
|
H A D | x509_generator.cpp | 28 namespace crypto { namespace
|
/aosp12/system/nvram/core/ |
H A D | crypto_boringssl.cpp | 27 namespace crypto { namespace
|
/aosp12/hardware/interfaces/drm/1.4/vts/functional/ |
H A D | drm_hal_test.cpp | 38 sp<V1_0::ICryptoPlugin> crypto; in CryptoPlugin() local 99 sp<V1_0::ICryptoPlugin> crypto(CryptoPlugin(sid)); in TEST_P() local 161 sp<V1_4::ICryptoPlugin> crypto(V1_4::ICryptoPlugin::castFrom(crypto_1_0)); in TEST_P() local
|
/aosp12/packages/modules/adb/crypto/tests/ |
H A D | x509_generator_test.cpp | 25 namespace crypto { namespace
|
H A D | key_test.cpp | 30 namespace crypto { namespace
|
H A D | rsa_2048_key_test.cpp | 30 namespace crypto { namespace
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | face.proto | 46 optional FaceActionStatsProto crypto = 4; field
|
H A D | fingerprint.proto | 46 optional PerformanceStatsProto crypto = 4; field
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricPrompt.java | 770 public AuthenticationResult(CryptoObject crypto, in AuthenticationResult() 939 public void authenticate(@NonNull CryptoObject crypto, in authenticate() 1038 private void authenticateInternal( in authenticateInternal()
|
H A D | BiometricAuthenticator.java | 155 public AuthenticationResult(CryptoObject crypto, in AuthenticationResult()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 299 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId, in AuthenticationResult() 539 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 549 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 559 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate()
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerDrm.cpp | 146 sp<ICrypto> crypto = createCrypto(&status); in createCryptoAndPlugin() local
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | statsd_codec.cpp | 117 int32_t crypto = -1; in statsd_codec() local
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodecListOverrides.cpp | 154 const sp<ICrypto> crypto; in doProfileCodecs() local
|
H A D | ACodecBufferChannel.cpp | 644 void ACodecBufferChannel::setCrypto(const sp<ICrypto> &crypto) { in setCrypto()
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | main.rs | 40 mod crypto; module
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 203 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() 846 public AuthenticationResult(CryptoObject crypto, Face face, int userId, in AuthenticationResult()
|
/aosp12/frameworks/proto_logging/stats/message/ |
H A D | mediametrics_message.proto | 145 optional int32 crypto = 9; field
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCodec.java | 2090 @Nullable Surface surface, @Nullable MediaCrypto crypto, in configure() 2132 @Nullable MediaCrypto crypto, @Nullable IHwBinder descramblerBinder, in configure() 2254 @Nullable Surface surface, @Nullable MediaCrypto crypto, in native_configure()
|