HomeSort by relevance Sort by last modified time
    Searched refs:algo (Results 51 - 70 of 70) sorted by null

1 23

  /libcore/luni/src/test/java/tests/security/cert/
CertificateTest.java 244 private String algo; field in class:CertificateTest.MyModifiablePublicKey
257 return algo;
287 this.algo = myAlgo;
  /external/iptables/extensions/
libxt_string.c 48 "--algo Algorithm\n"
60 {.name = "algo", .id = O_ALGO, .type = XTTYPE_STRING,
61 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, algo)},
272 printf(" ALGO name %s", info->algo);
296 printf(" --algo %s", info->algo);
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 47 char *algo;
269 int hash = find_hash(cases[i].algo);
275 printf("HMAC-%s test #%d, %s\n", cases[i].algo, cases[i].num, error_to_string(err));
284 printf("\nHMAC-%s test #%d:\n", cases[i].algo, cases[i].num);
297 /* printf("HMAC-%s test #%d: Passed\n", cases[i].algo, cases[i].num); */
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 920 Algorithm3A algo,
934 if ( algo & WHITE_BALANCE_ALGO ) {
942 if ( algo & EXPOSURE_ALGO ) {
950 if ( algo & FOCUS_ALGO ) {
972 if ( algo & WHITE_BALANCE_ALGO ) {
980 if ( algo & EXPOSURE_ALGO ) {
988 if ( algo & FOCUS_ALGO ) {
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 571 private String algo; field in class:X509CertificateTest.MyModifiablePublicKey
584 return algo;
614 this.algo = myAlgo;
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 277 private static final String algo = "testPublicKeyAlgorithm"; field in class:TestCertUtils.TestPublicKey
285 return algo;
  /external/kernel-headers/original/linux/
i2c.h 223 struct i2c_algorithm *algo;/* the algorithm to access the bus */ member in struct:i2c_adapter
346 return adap->algo->functionality(adap);
  /external/libvpx/libwebm/
mkvparser.hpp 214 unsigned long long algo; member in struct:mkvparser::ContentEncoding::ContentCompression
223 unsigned long long algo; member in struct:mkvparser::ContentEncoding::ContentEncryption
mkvparser.cpp     [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 278 private static final String algo = "testPublicKeyAlgorithm"; field in class:TestCertUtils.TestPublicKey
286 return algo;
  /external/stlport/test/eh/
test_algo.cpp 24 # include <algo.h>
253 EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::endl;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 843 String algo = null; local
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 1441 domainname * algo; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 769 String algo = null; local
800 } else if (opt.equals("--algo")) {
801 algo = nextOptionData();
802 if (algo == null) {
803 System.err.println("Error: must supply argument for --algo");
855 if (algo != null || iv != null || key != null || macAlgo != null || macKey != null
857 if (algo == null || iv == null || key == null) {
858 System.err.println("Error: all of --algo, --iv, and --key must be specified");
880 encryptionParams = new ContainerEncryptionParams(algo, new IvParameterSpec(iv),
    [all...]
  /external/ganymed-ssh2/examples/
SwingShell.java 379 final String algo = serverHostKeyAlgorithm; local
393 message = "Do you want to accept the hostkey (type " + algo + ") from " + host + " ?\n";
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 803 extern const char *bcm_crypto_algo_name(uint algo);
wlioctl.h 889 uint32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member in struct:wl_wsec_key
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 566 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
    [all...]

Completed in 1321 milliseconds

1 23