HomeSort by relevance Sort by last modified time
    Searched full:ciphers (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /external/openssl/crypto/
crypto.h 566 /* For ciphers the API often varies from cipher to cipher and each needs to
567 * be treated as a special case. Variable key length ciphers (Blowfish, RC4,
  /external/openssl/include/openssl/
crypto.h 566 /* For ciphers the API often varies from cipher to cipher and each needs to
567 * be treated as a special case. Variable key length ciphers (Blowfish, RC4,
evp.h 336 int key_len; /* Default value for variable length ciphers */
353 /* Modes for ciphers */
    [all...]
  /external/openssl/ssl/
ssl_sess.c 600 if (ss->ciphers != NULL) sk_SSL_CIPHER_free(ss->ciphers);
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
Cipher.java 42 * This class provides access to implementations of cryptographic ciphers for
375 * Returns this ciphers block size (in bytes).
377 * @return this ciphers block size.
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 704 * The ciphers that inherit from us.
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 66 * @param sslParameters the SSL parameters like ciphers' suites etc.
OpenSSLSocketImpl.java 669 * Gets all available ciphers from the current OpenSSL library.
718 * ciphers in array suites are not supported, or when the array
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 316 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/kasumi.c,v $ */
rc2.c 360 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/rc2.c,v $ */
rc6.c 346 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/rc6.c,v $ */
skipjack.c 341 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/skipjack.c,v $ */
  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 489 /* $Source: /cvs/libtom/libtomcrypt/src/ciphers/safer/safer.c,v $ */
  /external/dropbear/
options.h 49 several kB in binary size, however will make the symmetrical ciphers (AES, DES
  /external/openssl/crypto/rc2/
rrc2.doc 59 Beale Cipher No.1 XOR'd with a one-time pad. The Beale Ciphers predate modern
  /external/wpa_supplicant/
des.c 2 * DES and 3DES-EDE ciphers
eap_fast.c 1894 u8 ciphers[2]; local
    [all...]
tlsv1_client.c     [all...]
tlsv1_common.c 177 * currently used ciphers.
tls_openssl.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 2 * DES and 3DES-EDE ciphers
  /external/openssl/crypto/engine/
eng_padlock.c 649 /* List of supported ciphers. */
685 /* Declaring so many ciphers by hand would be a pain.
  /external/openssl/crypto/evp/
evp.h 336 int key_len; /* Default value for variable length ciphers */
353 /* Modes for ciphers */
    [all...]
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/apps/
s_server.c 368 BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n");
    [all...]

Completed in 179 milliseconds

1 2 3 45 6 7