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

  /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
  /external/chromium_org/content/child/webcrypto/openssl/
util_openssl.h 24 enum EncryptOrDecrypt { DECRYPT=0, ENCRYPT=1 };
aes_kw_openssl.cc 44 if ((mode == ENCRYPT && data.byte_length() < 16) ||
71 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
75 return AesKwEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
aes_gcm_openssl.cc 65 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
69 return AesGcmEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
aes_cbc_openssl.cc 116 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
120 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
aes_ctr_openssl.cc 64 ENCRYPT)) {
156 // encrypt/decrypt.
238 // Encrypt the first part (before wrap-around).
248 // Encrypt the second part (after wrap-around).
265 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
  /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/nss/
util_nss.h 22 enum EncryptOrDecrypt { ENCRYPT, DECRYPT };
aes_gcm_nss.cc 54 // Helper to either encrypt or decrypt for AES-GCM. The result of encryption is
97 if (mode == ENCRYPT) {
119 (mode == ENCRYPT) ? NssRuntimeSupport::Get()->pk11_encrypt_func()
165 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
169 return AesGcmEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
aes_cbc_nss.cc 39 CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT;
105 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
109 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
  /frameworks/av/media/libmedia/
IDrm.cpp 51 ENCRYPT,
358 virtual status_t encrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
371 remote()->transact(ENCRYPT, data, &reply);
768 case ENCRYPT:
776 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/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 264 milliseconds