HomeSort by relevance Sort by last modified time
    Searched full:algo (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/dropbear/
signkey.c 474 /* ... and also check that the algo specified and the algo in the key
479 TRACE(("checkpubkey: algo match failed"))
cli-algo.c 27 #include "algo.h"
filelist.txt 14 algo.c Framework for handling various ciphers/hashes/algos,
process-packet.c 30 #include "algo.h"
svr-kex.c 28 #include "algo.h"
svr-session.c 29 #include "algo.h"
svr-runopts.c 30 #include "algo.h"
cli-runopts.c 30 #include "algo.h"
common-session.c 29 #include "algo.h"
  /external/stlport/test/eh/
main.cpp 140 cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<endl;
239 if (EH_CSTD::strcmp(p, "algo")==0) {
286 gTestController.SetCurrentContainer("algo");
287 cerr << "EH test : algo" << endl;
test_algo.cpp 24 # include <algo.h>
253 EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::endl;
  /external/tcpdump/
timed.h 85 #define TSP_TEST 21 /* for testing election algo */
print-esp.c 144 /* if there is only one token, then it is an algo:key token */
254 (*ndo->ndo_warning)(ndo, "failed to find cipher algo %s\n", decode);
  /external/iproute2/ip/
xfrm_state.c 91 fprintf(stderr, "ALGO-LIST := [ ALGO-LIST ] | [ ALGO ]\n");
92 fprintf(stderr, "ALGO := ALGO_TYPE ALGO_NAME ALGO_KEY "
330 /* try to assume ALGO */
338 /* ALGO */
467 fprintf(stderr, "\"ALGO\" is invalid with proto=%s\n",
473 fprintf(stderr, "\"ALGO\" is required with proto=%s\n",
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateTest.java 384 private String algo; field in class:CertificateTest.MyModifiablePublicKey
397 return algo;
427 this.algo = myAlgo;
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 37 /* simple algo if a is less than the largest prime in the table */
  /external/oprofile/libop/
op_alloc_counter.c 121 * event. Now using a variant of the backtrack algo can works on class of
  /external/skia/include/core/
SkDescriptor.h 106 // probe to see if we have a good checksum algo
  /external/stlport/etc/
msvcincl.dat 0 algo.h
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 498 String algo = null; local
502 byte[] sha1 = MessageDigest.getInstance(algo = "SHA-1").digest(saltedPassword);
503 byte[] md5 = MessageDigest.getInstance(algo = "MD5").digest(saltedPassword);
506 Log.w(TAG, "Failed to encode string because of missing algorithm: " + algo);
  /external/iproute2/man/man8/
ip.8 470 .IR ALGO-LIST " := [ "
471 .IR ALGO-LIST " ] | [ "
472 .IR ALGO " ] "
475 .IR ALGO " := "
    [all...]
  /external/openssl/crypto/asn1/
a_set.c 140 /* Now we have to sort the blobs. I am using a simple algo.
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 663 private String algo; field in class:X509CertificateTest.MyModifiablePublicKey
676 return algo;
706 this.algo = myAlgo;
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 248 key->algo = htod32(key->algo);
261 key->algo = dtoh32(key->algo);
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 131 // reset initial buffering algo variables

Completed in 706 milliseconds

12 3 4