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

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
rpc_des.h 94 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
95 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
98 #undef ENCRYPT
102 enum desdir { ENCRYPT, DECRYPT };
123 * Encrypt an arbitrary sized buffer
128 * Encrypt of small amount of data, quickly
rpc_enc.c 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
83 * Libdes's cbc encrypt does not copy back the iv,
des_old.h 414 # define ENCRYPT DES_ENCRYPT
  /external/openssl/crypto/des/
rpc_des.h 94 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
95 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
98 #undef ENCRYPT
102 enum desdir { ENCRYPT, DECRYPT };
123 * Encrypt an arbitrary sized buffer
128 * Encrypt of small amount of data, quickly
rpc_enc.c 70 enc=(desp->des_dir == ENCRYPT)?DES_ENCRYPT:DES_DECRYPT;
83 * Libdes's cbc encrypt does not copy back the iv,
des_old.h 414 # define ENCRYPT DES_ENCRYPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
rpc_des.h 39 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
40 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
44 ENCRYPT, DECRYPT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_des.h 39 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
40 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
44 ENCRYPT, DECRYPT
  /external/chromium_org/content/child/webcrypto/
platform_crypto.h 23 enum EncryptOrDecrypt { ENCRYPT, DECRYPT };
shared_crypto.cc 326 unsigned int min_length = mode == ENCRYPT ? 16 : 24;
366 return EncryptDecryptAesCbc(ENCRYPT, algorithm, key, data, buffer);
368 return EncryptDecryptAesGcm(ENCRYPT, algorithm, key, data, buffer);
370 return EncryptDecryptAesKw(ENCRYPT, algorithm, key, data, buffer);
582 Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
    [all...]
platform_crypto_nss.cc 438 CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT;
500 // Helper to either encrypt or decrypt for AES-GCM. The result of encryption is
533 if (mode == ENCRYPT) {
557 (mode == ENCRYPT) ? g_nss_runtime_support.Get().pk11_encrypt_func()
    [all...]
platform_crypto_openssl.cc 92 (mode == ENCRYPT) ? kDoEncrypt : kDoDecrypt;
  /frameworks/av/media/libmedia/
IDrm.cpp 51 ENCRYPT,
336 virtual status_t encrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
349 remote()->transact(ENCRYPT, data, &reply);
728 case ENCRYPT:
736 uint32_t result = encrypt(sessionId, keyId, input, iv, output);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 111 ENCRYPT = chr(38) # Encryption option
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 111 ENCRYPT = chr(38) # Encryption option
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 414 # define ENCRYPT DES_ENCRYPT
  /external/openssl/include/openssl/
des_old.h 414 # define ENCRYPT DES_ENCRYPT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1449 milliseconds