HomeSort by relevance Sort by last modified time
    Searched refs:decrypt (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/ipsec-tools/src/racoon/
eaytest.c 597 eay_func decrypt)
625 res2 = (decrypt)(res1, key, iv);
  /frameworks/av/drm/drmserver/
DrmManager.cpp 516 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:DrmManager
523 result = drmEngine->decrypt(
  /frameworks/av/media/libmedia/
IDrm.cpp 52 DECRYPT,
335 virtual status_t decrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
348 remote()->transact(DECRYPT, data, &reply);
686 case DECRYPT:
694 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 628 int decrypt=0; local
730 else if (argc > 0 && !strcmp(*argv,"-decrypt"))
732 decrypt=1;
1144 BIO_printf(bio_err,"-decrypt time decryption instead of encryption (only EVP).\n");
    [all...]
  /external/openssl/apps/
speed.c 628 int decrypt=0; local
730 else if (argc > 0 && !strcmp(*argv,"-decrypt"))
732 decrypt=1;
1144 BIO_printf(bio_err,"-decrypt time decryption instead of encryption (only EVP).\n");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode routines
432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:
433 \index{Cipher Encrypt} \index{Cipher Decrypt}
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
528 /* decrypt the block */
529 blowfish_ecb_decrypt(ct, /* decrypt this 8-byte array */
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 36 new Benchmark("Decrypt", decrypt)
    [all...]
pdfjs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js     [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 36 new Benchmark("Decrypt", decrypt)
    [all...]
  /external/v8/benchmarks/
crypto.js 36 new Benchmark("Decrypt", decrypt)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 571 byte[] output = cs.decrypt(keyId, input, iv);
  /external/openssh/
rijndael.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
394 /* Set the GCM invocation field, decrypt only */
415 int encrypt; /* encrypt or decrypt */
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
394 /* Set the GCM invocation field, decrypt only */
415 int encrypt; /* encrypt or decrypt */
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py     [all...]
  /external/openssl/crypto/evp/
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
394 /* Set the GCM invocation field, decrypt only */
415 int encrypt; /* encrypt or decrypt */
    [all...]
  /external/openssl/include/openssl/
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
394 /* Set the GCM invocation field, decrypt only */
415 int encrypt; /* encrypt or decrypt */
    [all...]
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 222 drmMessage = "Decrypt error";
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]

Completed in 604 milliseconds

1 2 34 5