HomeSort by relevance Sort by last modified time
    Searched refs:DECRYPT (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
rpc_des.h 99 #undef DECRYPT
102 enum desdir { ENCRYPT, DECRYPT };
des_old.h 415 # define DECRYPT DES_DECRYPT
  /external/openssl/crypto/des/
rpc_des.h 99 #undef DECRYPT
102 enum desdir { ENCRYPT, DECRYPT };
des_old.h 415 # define DECRYPT DES_DECRYPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
rpc_des.h 44 ENCRYPT, DECRYPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_des.h 44 ENCRYPT, DECRYPT
  /frameworks/av/media/libmedia/
ICrypto.cpp 35 DECRYPT,
94 virtual ssize_t decrypt( function in struct:android::BpCrypto
137 remote()->transact(DECRYPT, data, &reply);
224 case DECRYPT:
258 ssize_t result = decrypt(
IDrm.cpp 52 DECRYPT,
355 virtual status_t decrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
368 remote()->transact(DECRYPT, data, &reply);
742 case DECRYPT:
750 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
  /external/chromium_org/content/child/webcrypto/
platform_crypto.h 23 enum EncryptOrDecrypt { ENCRYPT, DECRYPT };
shared_crypto.cc 346 return EncryptDecryptAesCbc(DECRYPT, algorithm, key, data, buffer);
348 return EncryptDecryptAesGcm(DECRYPT, algorithm, key, data, buffer);
352 return EncryptDecryptAesKw(DECRYPT, algorithm, key, data, buffer);
591 Status Decrypt(const blink::WebCryptoAlgorithm& algorithm,
    [all...]
  /frameworks/av/drm/libdrmframework/include/
IDrmManagerService.h 76 DECRYPT,
156 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
243 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
  /frameworks/av/drm/common/
IDrmManagerService.cpp 717 status_t BpDrmManagerService::decrypt( function in class:BpDrmManagerService
720 ALOGV("decrypt");
739 remote()->transact(DECRYPT, data, &reply);
742 ALOGV("Return value of decrypt() is %d", status);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 415 # define DECRYPT DES_DECRYPT
  /external/openssl/include/openssl/
des_old.h 415 # define DECRYPT DES_DECRYPT
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 681 milliseconds