HomeSort by relevance Sort by last modified time
    Searched defs:des (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/crypto/des/
cipher.go 5 package des package
13 // The DES block size in bytes.
19 return "crypto/des: invalid key size " + strconv.Itoa(int(k))
22 // desCipher is an instance of DES encryption.
const.go 5 // Package des implements the Data Encryption Standard (DES) and the
9 // DES is cryptographically broken and should not be used for secure
11 package des package
81 // Used in the DES cipher function
block.go 5 package des package
45 // DES Feistel function
80 // general purpose function to perform DES block permutations
des_test.go 5 package des package
18 // some custom tests for DES
    [all...]
  /prebuilts/go/linux-x86/src/crypto/des/
cipher.go 5 package des package
13 // The DES block size in bytes.
19 return "crypto/des: invalid key size " + strconv.Itoa(int(k))
22 // desCipher is an instance of DES encryption.
const.go 5 // Package des implements the Data Encryption Standard (DES) and the
9 // DES is cryptographically broken and should not be used for secure
11 package des package
81 // Used in the DES cipher function
block.go 5 package des package
45 // DES Feistel function
80 // general purpose function to perform DES block permutations
des_test.go 5 package des package
18 // some custom tests for DES
    [all...]
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 43 const char *des; member in struct:test_case
56 TEST(request_key("keyring", tc->des, NULL, *tc->id));
  /external/ltp/testcases/kernel/syscalls/socket/
socket02.c 41 char *des; member in struct:tcase
61 tst_res(TFAIL, "socket() failed to set %s flag", tc->des);
66 tst_res(TFAIL, "socket() failed to set %s flag", tc->des);
70 tst_res(TPASS, "socket() passed to set %s flag", tc->des);
  /external/ltp/testcases/kernel/syscalls/socketpair/
socketpair02.c 44 char *des; member in struct:tcase
67 tc->des, i);
73 tc->des, i);
78 tst_res(TPASS, "socketpair() passed to set %s flag", tc->des);
  /external/valgrind/none/tests/s390x/
troo.c 24 uint8_t des[20]; variable
79 printf(" %x", des[i]);
90 assert(sizeof des >= sizeof src);
97 cc = run_test(&src, &tran_table, &des, 0, 0xca);
102 cc = run_test(&src, &tran_table, &des, 5, 0xee);
106 cc = run_test(&src, &tran_table, &des, 10, 0x00);
110 memset((char *)&des, 0, 10);
113 cc = run_test(&src, &tran_table, &des, 5, 0xff); /* 1st byte matches */
117 cc = run_test(&src, &tran_table, &des, 5, 0xbb); /* 2nd byte matches */
121 cc = run_test(&src, &tran_table, &des, 10, 0xea)
    [all...]
trot.c 25 uint16_t des[40]; variable
80 printf(" %hx", des[i]);
92 assert(sizeof des >= sizeof src);
99 cc = run_test(&src, &tran_table, &des, 0, 0x0);
103 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
108 cc = run_test(&src, &tran_table, &des, 3, 0xeeee);
112 cc = run_test(&src, &tran_table, &des, 10, 0xeeee);
116 memset((uint16_t *)&des, 0, 10);
119 cc = run_test(&src, &tran_table, &des, 5, 0xffff);
123 cc = run_test(&src, &tran_table, &des, 5, 0xcccc)
    [all...]
trto.c 24 uint8_t des[20]; variable
79 printf(" %x", des[i]);
90 assert(sizeof des <= sizeof src);
97 cc = run_test(&src, &tran_table, &des, 0, 0x0);
101 cc = run_test(&src, &tran_table, &des, 0, 0xca);
106 cc = run_test(&src, &tran_table, &des, 12, 0xee);
110 cc = run_test(&src, &tran_table, &des, 20, 0x00);
114 memset((uint16_t *)&des, 0, 10);
117 cc = run_test(&src, &tran_table, &des, 12, 0xff);
121 cc = run_test(&src, &tran_table, &des, 12, 0xcc)
    [all...]
trtt.c 25 uint16_t des[20]; variable
81 printf(" %hx", des[i]);
93 assert(sizeof des <= sizeof src);
100 cc = run_test(&src, &tran_table, &des, 0, 0x0);
104 cc = run_test(&src, &tran_table, &des, 0, 0xcaca);
109 cc = run_test(&src, &tran_table, &des, 4, 0xdada);
113 cc = run_test(&src, &tran_table, &des, 10, 0x00);
117 memset((uint16_t *)&des, 0, 10);
120 cc = run_test(&src, &tran_table, &des, 10, 0xffff);
124 cc = run_test(&src, &tran_table, &des, 10, 0xcccc)
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 42 unsigned char *des = dest; local
54 des[0] = (unsigned char)a;
55 des[1] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
56 des[2] = (unsigned char)((c * 128 + d * 128 + 128) >> 8);
57 des[3] = (unsigned char)((d * 64 + e * 192 + 128) >> 8);
60 des += 4;
70 unsigned char *des = dest; local
80 des[0 * dest_pitch] = (unsigned char)a;
81 des[1 * dest_pitch] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
82 des[2 * dest_pitch] = (unsigned char)((c * 128 + d * 128 + 128) >> 8)
116 unsigned char *des = dest; local
143 unsigned char *des = dest; local
187 unsigned char *des = dest; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl35.c 54 char *des; member in struct:tcase
122 verify_pipe_size(*tc->exp_sz, tc->des);
  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl01.c 104 char *des; member in struct:tcase
195 tst_res(TFAIL | TTERRNO, "quotactl failed to %s", tc->des);
200 tst_res(TFAIL, "quotactl failed to %s", tc->des);
206 tst_res(TPASS, "quotactl succeeded to %s", tc->des);
quotactl02.c 66 char *des; member in struct:t_case
167 tst_res(TFAIL | TTERRNO, "quotactl() failed to %s", tc->des);
171 tc->func_check(tc->check_subcmd, tc->des);
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 38 } des; member in union:crypto_cipher::__anon44616
91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk);
92 os_memcpy(ctx->u.des.cbc, iv, 8);
151 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek,
152 ctx->u.des.cbc);
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
214 des_block_decrypt(crypt, ctx->u.des.dk, plain);
216 plain[j] ^= ctx->u.des.cbc[j]
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSUtils.java 45 private static final Set<String> des = new HashSet<String>(); field in class:CMSUtils
49 des.add("DES");
50 des.add("DESEDE");
52 // des.add(OIWObjectIdentifiers.desCBC.getId());
53 // des.add(PKCSObjectIdentifiers.des_EDE3_CBC.getId());
54 // des.add(PKCSObjectIdentifiers.des_EDE3_CBC.getId());
55 // des.add(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId());
63 return des.contains(name);
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 110 double d0, d1, d2, des, t_zero; local
255 des = Q1.y*Q1.y - Q0.y*Q2.y;
259 if( des >= 0 )
261 t_zero = ( Q0.y - Q1.y + sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y );
268 t_zero = ( Q0.y - Q1.y - sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y );
277 des = d1*d1 - d0*d2;
281 if( des >= 0 )
283 t_zero = ( d0 - d1 - sqrt(des) )/( d0 - 2*d1 + d2 );
291 t_zero = ( d0 - d1 + sqrt(des) )/( d0 - 2*d1 + d2 );
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
BrowsedMediaPlayer.java 819 MediaDescription des = build.build(); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseAgreementSpi.java 40 private static final Hashtable des = new Hashtable(); field in class:BaseAgreementSpi
49 keySizes.put("DES", i64);
93 defaultOids.put("DES", OIWObjectIdentifiers.desCBC);
101 nameTable.put(OIWObjectIdentifiers.desECB.getId(), "DES");
102 nameTable.put(OIWObjectIdentifiers.desCBC.getId(), "DES");
103 nameTable.put(OIWObjectIdentifiers.desCFB.getId(), "DES");
104 nameTable.put(OIWObjectIdentifiers.desOFB.getId(), "DES");
132 oids.put("DES", OIWObjectIdentifiers.desCBC);
134 des.put("DES", "DES")
    [all...]
  /external/libvncserver/webclients/java-applet/
VncViewer.jar 

Completed in 315 milliseconds

1 2 3