HomeSort by relevance Sort by last modified time
    Searched full:encrypt (Results 151 - 175 of 481) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/openssh/openbsd-compat/
port-uw.c 66 /* Encrypt the candidate password using the proper salt. */
  /external/openssl/crypto/evp/
pmeth_lib.c 230 pmeth->encrypt = 0;
279 dst->encrypt = src->encrypt;
567 pmeth->encrypt = encryptfn;
  /external/proguard/docs/
FAQ.html 33 <li><a href="#encrypt">Does <b>ProGuard</b> encrypt strings constants?</a>
204 <a name="encrypt">&nbsp;</a>
205 <h3>Does <b>ProGuard</b> encrypt strings constants?</h3>
  /external/srtp/crypto/cipher/
null_cipher.c 137 * note: the decrypt function is idential to the encrypt function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 291 * @data: Data to encrypt in-place
340 * @data: Data to encrypt in-place
403 * @data: Data to encrypt in-place
471 * @data: Data to encrypt in-place
  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 2 * AES (Rijndael) cipher - encrypt
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 78 int setStorageEncryption(in ComponentName who, boolean encrypt, int userHandle);
  /libcore/luni/src/main/java/javax/crypto/
CipherOutputStream.java 33 * CipherOutputStream} tries to encrypt the data writing it out.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcrypt-2.7.so 
libcrypt.so 
libcrypt.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcrypt-2.7.so 
libcrypt.so 
libcrypt.so.1 
  /prebuilts/tools/common/proguard/proguard4.7/docs/
FAQ.html 46 <li><a href="#encrypt">Does <b>ProGuard</b> encrypt strings constants?</a></li>
207 <h3><a name="encrypt">Does <b>ProGuard</b> encrypt strings constants?</a></h3>
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 115 /* encrypt zero block */
129 T0 <= encrypt T0
  /external/dropbear/libtomcrypt/testprof/
katja_test.c 60 /* encrypt the key (without lparam) */
110 /* encrypt the key (with lparam) */
  /frameworks/base/tools/obbtool/
mkobb.sh 152 echo " -k <key> Use <key> to encrypt OBB file"
153 echo " -K Prompt for key to encrypt OBB file"
  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 346 /* encrypt K array */
352 /* encrypt it */
359 /* encrypt S array */
362 /* encrypt it */
546 /* encrypt and decrypt */
555 /* now see if we can encrypt all zero bytes 1000 times, decrypt and come back where we started */
  /external/openssl/crypto/des/
des.c 238 * do encrypt or
241 * do checksum then encrypt
329 "-e : encrypt using SunOS compatible user key to DES key conversion.",
330 "-E : encrypt ",
344 "-b : encrypt using DES in ecb encryption mode, the default is cbc mode.",
345 "-3 : encrypt using triple DES encryption. This uses 2 keys",
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 291 // encrypt any unsynced changes here because there is no Nigori
312 // We were unable to encrypt the changes, possibly due to a missing
316 // the new passphrase is entered we should be able to encrypt properly.
318 // we will properly encrypt all appropriate unsynced data.
320 << " to encrypt all necessary unsynced changes.";
324 // Note that we don't bother to encrypt any synced data that now requires
325 // encryption. The machine that turned on encryption should encrypt
    [all...]
  /external/dropbear/libtomcrypt/
makefile.shared 64 CRYPT=encrypt
220 CRYPTOBJECTS=demos/encrypt.o
265 gcc $(CFLAGS) demos/encrypt.c -o encrypt.o
266 gcc -o crypt encrypt.o -ltomcrypt $(EXTRALIBS)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 213 /** The pad used to encrypt/decrypt */
264 /** The pad used to encrypt/decrypt */
339 /** Encrypt a block
454 @param direction Encrypt or Decrypt direction (0 or 1)
479 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)
  /external/dropbear/libtomcrypt/notes/etc/
saferp_optimizer.c 1 /* emits an optimized version of SAFER+ ... only does encrypt so far... */
42 /* -- ENCRYPT --- */
44 /* emit encrypt preabmle */
  /external/openssl/apps/
pkeyutl.c 199 else if(!strcmp(*argv, "-encrypt"))
402 BIO_printf(bio_err, "-encrypt encrypt with public key\n");

Completed in 650 milliseconds

1 2 3 4 5 67 8 91011>>