HomeSort by relevance Sort by last modified time
    Searched full:triple (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/openssl/crypto/des/
README 19 It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
20 triple cfb, desx, and MIT's pcbc encryption modes and also has a fast
FILES0 36 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
42 used as a stream cipher and using triple DES.
47 used as a stream cipher and using triple DES.
des.pod 107 Encrypt using triple encryption.
108 By default triple cbc encryption is used but if the
110 option is used then triple ECB encryption is performed.
VERSION 116 I have also now added triple DES versions of cfb and ofb.
140 Added des_encrypt2() which does not use IP/FP, used by triple
177 It makes more sense to use this for triple DES than
236 Triple DES now defaults to triple cbc but can do triple ecb
248 Added -3 (triple DES) flag to des(1).
ede_cbcm_enc.c 61 This is an implementation of Triple DES Cipher Block Chaining with Output
  /development/simulator/app/
LogPrefsDialog.h 37 int mExtraSpacing; // double/triple-space messages?
LogWindow.h 105 int mExtraSpacing; // double/triple-space messages?
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DESedeKeyGenerator.java 14 * triple DES.
  /external/qemu/
d3des.h 3 * triple-length support removed for use in VNC.
  /external/iproute2/ip/
iplink_can.c 32 "\t[ triple-sampling { on | off } ]\n"
86 _PF(CAN_CTRLMODE_3_SAMPLES, "TRIPLE-SAMPLING");
141 } else if (matches(*argv, "triple-sampling") == 0) {
143 set_ctrlmode("triple-sampling", *argv, &cm,
  /external/openssl/crypto/des/asm/
readme 19 optimization for when doing triple DES and des_encrypt3() and des_decrypt3()
20 perform triple des. The triple DES routines are in here because it does
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 8 * a class that provides a basic DESede (or Triple DES) engine.
DESedeWrapEngine.java 24 * <li>if you are using this to wrap triple-des keys you need to set the
25 * parity bits on the key and, if it's a two-key triple-des key, pad it
  /external/iproute2/include/linux/can/
netlink.h 82 #define CAN_CTRLMODE_3_SAMPLES 0x4 /* Triple sampling mode */
  /external/freetype/include/freetype/
ftcid.h 58 * Retrieve the Registry/Ordering/Supplement triple (also known as the
  /external/v8/src/
compilation-cache.h 65 // Associate the (source, context->closure()->shared(), kind) triple
  /libcore/luni/src/main/java/javax/crypto/spec/
DESedeKeySpec.java 24 * The key specification for a triple-DES (DES-EDE) key.
  /system/core/include/cutils/
abort_socket.h 41 * Using asocket will triple the number of file descriptors required per
  /external/chromium/third_party/icu/source/data/unidata/
BidiMirroring.txt 339 2AF7; 2AF8 # TRIPLE NESTED LESS-THAN
340 2AF8; 2AF7 # TRIPLE NESTED GREATER-THAN
425 # 222D; TRIPLE INTEGRAL
446 # 224B; TRIPLE TILDE
453 # 22AA; TRIPLE VERTICAL BAR RIGHT TURNSTILE
576 # 2AE2; VERTICAL BAR TRIPLE RIGHT TURNSTILE
580 # 2AFB; TRIPLE SOLIDUS BINARY RELATION
  /external/icu4c/data/unidata/
BidiMirroring.txt 339 2AF7; 2AF8 # TRIPLE NESTED LESS-THAN
340 2AF8; 2AF7 # TRIPLE NESTED GREATER-THAN
425 # 222D; TRIPLE INTEGRAL
446 # 224B; TRIPLE TILDE
453 # 22AA; TRIPLE VERTICAL BAR RIGHT TURNSTILE
576 # 2AE2; VERTICAL BAR TRIPLE RIGHT TURNSTILE
580 # 2AFB; TRIPLE SOLIDUS BINARY RELATION
  /development/testrunner/
android_build.py 54 The triple (HOST_OS, HOST_ARCH, HOST_OS-HOST_ARCH).
  /external/kernel-headers/original/linux/
ftape.h 95 #define FT_SOFT_RETRIES 6 /* number of low level retries (triple) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
iterator.h 114 /** @brief A triple of iterators. The usual iterator operations are
  /external/chromium/third_party/icu/source/tools/gennorm/
store.c 131 * Structure for a triple of code points, stored in combiningTriplesMem.
415 CombiningTriple *triple; local
432 triple=(CombiningTriple *)utm_alloc(combiningTriplesMem);
433 triple->lead=lead;
434 triple->trail=trail;
435 triple->combined=combined;
    [all...]
  /external/icu4c/tools/gennorm/
store.c 131 * Structure for a triple of code points, stored in combiningTriplesMem.
415 CombiningTriple *triple; local
432 triple=(CombiningTriple *)utm_alloc(combiningTriplesMem);
433 triple->lead=lead;
434 triple->trail=trail;
435 triple->combined=combined;
    [all...]

Completed in 474 milliseconds

1 2 3 4 5