HomeSort by relevance Sort by last modified time
    Searched full:algos (Results 1 - 21 of 21) sorted by null

  /external/dropbear/
common-algo.c 191 /* algolen specifies the length of algo, algos is our local list to match
195 int have_algo(char* algo, size_t algolen, algo_type algos[]) {
199 for (i = 0; algos[i].name != NULL; i++) {
200 if (strlen(algos[i].name) == algolen
201 && (strncmp(algos[i].name, algo, algolen) == 0)) {
algo.h 66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
filelist.txt 14 algo.c Framework for handling various ciphers/hashes/algos,
svr-algo.c 32 * (*goodguess) is set to 1 if the preferred client/server algos match,
common-kex.c 75 /* kex algos */
424 /* read the peer's choice of algos */
443 /* read the peer's choice of algos */
581 * algos for the client or server. */
common-session.c 87 /* set all the algos to none */
options.h 309 for algos) but seems valid */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexManager.java 322 public static void checkServerHostkeyAlgorithmsList(String[] algos)
324 for (int i = 0; i < algos.length; i++)
326 if (("ssh-rsa".equals(algos[i]) == false) && ("ssh-dss".equals(algos[i]) == false))
327 throw new IllegalArgumentException("Unknown server host key algorithm '" + algos[i] + "'");
337 public static void checkKexAlgorithmList(String[] algos)
339 for (int i = 0; i < algos.length; i++)
341 if ("diffie-hellman-group-exchange-sha1".equals(algos[i]))
344 if ("diffie-hellman-group14-sha1".equals(algos[i]))
347 if ("diffie-hellman-group1-sha1".equals(algos[i])
    [all...]
  /external/dropbear/libtommath/
tommath_superclass.h 1 /* super class file for PK algos */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 305 String[] algos = recommendHostkeyAlgorithms(hostname); local
307 if (algos != null)
309 return algos;
325 algos = recommendHostkeyAlgorithms(ipAdresses[i].getHostAddress());
327 if (algos != null)
329 return algos;
Connection.java     [all...]
  /external/dropbear/libtomcrypt/demos/
multi.c 10 /* register algos */
  /external/srtp/crypto/include/
crypto_types.h 49 * @defgroup Algos Cryptographic Algorithms
  /external/ipsec-tools/
NEWS 102 o Fixed NAT-T with more proposals (e.g. more crypto algos).
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 250 * -> drivers/i2c/algos/i2c-algo-sgi.c */
  /external/dropbear/libtomcrypt/
makefile.icc 11 # a mix of not being able to use "-ip" and just having fewer optimization algos than GCC.
changes 149 -- Added "easy button" define LTC_EASY and LTC will build with a subset of all the algos. Reduces build times for typical
    [all...]
  /external/llvm/docs/
GarbageCollection.rst 274 of :ref:`more advanced GC features <collector-algos>` of LLVM in order to
533 .. _collector-algos:
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1254 /* XXX: can we do that also for algos with a fixed key size ?
    [all...]
  /external/ppp/pppd/
lcp.c 1107 if (try.chap_mdtype == MDTYPE_NONE) /* out of algos */
    [all...]
  /external/stlport/etc/
ChangeLog 280 apply a common optimization in STLport algos for random access
281 iterators to fill and fill_n algos.
    [all...]

Completed in 3139 milliseconds