Home
last modified time | relevance | path

Searched refs:DECRYPT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/securebox/src/com/android/security/
DSecureBox.java103 DECRYPT enumConstant
341 return aesGcmInternal(AesGcmOperation.DECRYPT, key, nonce, ciphertext, aad); in aesGcmDecrypt()
356 if (operation == AesGcmOperation.DECRYPT) { in aesGcmInternal()
/frameworks/av/drm/drmserver/
DDrmManagerService.h51 DECRYPT = 5, enumerator
DDrmManagerService.cpp324 if (!isProtectedCallAllowed(DECRYPT)) { in decrypt()
/frameworks/av/drm/common/include/
DIDrmManagerService.h76 DECRYPT, enumerator
/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java187 public static final int KM_PURPOSE_DECRYPT = KeyPurpose.DECRYPT;
/frameworks/av/drm/common/
DIDrmManagerService.cpp742 remote()->transact(DECRYPT, data, &reply); in decrypt()
1434 case DECRYPT: in onTransact()
/frameworks/proto_logging/stats/
Datoms.proto17921 DECRYPT = 2; enumerator