HomeSort by relevance Sort by last modified time
    Searched refs:cip (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherSymmetricKeyThread.java 46 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" + local
56 cip.init(Cipher.ENCRYPT_MODE, key, ivspec);
57 cip.doFinal(input, 0, input.length, output);
58 outputSize = cip.getOutputSize(input.length);
59 iv = cip.getIV();
61 cip.init(Cipher.DECRYPT_MODE, key, ivspec);
62 cip.doFinal(output, 0, outputSize, decrypted);
64 cip.init(Cipher.ENCRYPT_MODE, key);
65 cip.doFinal(input, 0, input.length, output);
66 outputSize = cip.getOutputSize(input.length)
    [all...]
CipherPBEThread.java 46 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" + local
52 cip.init(Cipher.ENCRYPT_MODE, key, parSpec);
53 cip.doFinal(input, 0, input.length, output);
54 int outputSize = cip.getOutputSize(input.length);
55 cip.init(Cipher.DECRYPT_MODE, key, parSpec);
56 cip.doFinal(output, 0, outputSize, decrypted);
CipherRSAThread.java 40 Cipher cip = Cipher.getInstance(getAlgName() + "/" + getMode() + "/" + local
42 cip.init(Cipher.ENCRYPT_MODE, kp.getPublic());
43 cip.doFinal(input, 0, input.length, output);
44 int outputSize = cip.getOutputSize(input.length);
45 cip.init(Cipher.DECRYPT_MODE, kp.getPrivate());
46 cip.doFinal(output, 0, outputSize, decrypted);
CipherWrapThread.java 37 Cipher cip = Cipher.getInstance(getAlgName()); local
39 cip.init(Cipher.WRAP_MODE, key);
40 byte[] output = cip.wrap(key);
41 cip.init(Cipher.UNWRAP_MODE, key);
42 Key decrypted = cip.unwrap(output, getAlgName(), Cipher.SECRET_KEY);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 132 if (me->cip.pDebug)
134 __print_Boundary(me->cip.pDebug->fDebug,
138 if (me->cip.pRT)
162 if (me->cip.pDebug && me->cip.pDebug->fPrint)
164 __print_Buffer(me->cip.pDebug->fPrint,
168 if (me->cip.pRT)
191 if (me->cip.pDebug && me->cip.pDebug->fDebug)
193 __print_Command(me->cip.pDebug->fDebug
    [all...]
perf_print.c 35 PERF_PRINT_Private *me = perf->cip.pDebug;
46 perf->cip.pDebug = NULL;
61 PERF_PRINT_Private *me = perf->cip.pDebug;
144 PERF_PRINT_Private *me = perf->cip.pDebug;
153 PERF_PRINT_Private *me = perf->cip.pDebug;
162 PERF_PRINT_Private *me = perf->cip.pDebug;
207 perf->cip.pDebug = malloc(sizeof(PERF_PRINT_Private));
272 PERF_PRINT_Private *me = perf->cip.pDebug;
303 PERF_PRINT_Private *me = perf->cip.pDebug;
356 PERF_PRINT_Private *me = perf->cip.pDebug
    [all...]
perf_rt.c 66 perf->cip.pRT = malloc(sizeof(PERF_RT_Private));
220 PERF_RT_Private *me = perf->cip.pRT;
233 perf->cip.pRT = NULL;
393 PERF_RT_Private *me = perf->cip.pRT;
457 PERF_RT_Private *me = perf->cip.pRT;
773 /* PERF_RT_Private *me = perf->cip.pRT; */
783 /* PERF_RT_Private *me = perf->cip.pRT; */
794 /* PERF_RT_Private *me = perf->cip.pRT; */
804 /* PERF_RT_Private *me = perf->cip.pRT; */
813 PERF_RT_Private *me = perf->cip.pRT
    [all...]
  /external/clang/test/CodeGen/
conditional.c 23 const int* cip; local
25 cip = 0 ? vp : cip;
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 120 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr,
122 const int& cir1 = cip[sr];
123 const int& cir2 = sr[cip];
126 bool b1 = (vip == cip);
127 long p1 = vip - cip;
145 int const &icr2 = 17[cip];
address-space-conversion.cpp 27 const int *cip,
46 (void)const_cast<int_ptr>(cip);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 54 PERF_Custom_Private cip; member in struct:PERF_Private
  /external/clang/test/Sema/
conditional-expr.c 22 const int *cip; local
23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}}
24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}}
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) {
73 int *ip = cip;
  /external/tcpdump/
Android.mk 31 print-cip.c\
  /external/bluetooth/hcidump/parser/
capi.c 200 return "CIP Value unknown";
320 uint16_t cip; local
328 cip = CAPI_U16(frm);
330 printf("CIP value: 0x%04x\n", cip);
415 printf("CIP mask: 0x%08x", mask);
  /external/ppp/pppd/
ipv6cp.c 896 u_char *cip, *next; /* Pointer to current and next CIs */ local
917 cip = p = next; /* Remember begining of CI */
1036 if (ucp != cip)
1037 BCOPY(cip, ucp, cilen); /* Move it */
    [all...]
ipxcp.c 996 u_char *cip, *next; /* Pointer to current and next CIs */ local
1017 cip = p = next; /* Remember begining of CI */
1249 if (ucp != cip)
1250 BCOPY(cip, ucp, cilen); /* Move it */
    [all...]
ipcp.c 1327 u_char *cip, *next; \/* Pointer to current and next CIs *\/ local
    [all...]
lcp.c 1489 u_char *cip, *next; \/* Pointer to current and next CIs *\/ local
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 304 { 0x1128, "Common ISDN Access (CIP)", NULL, 0 },
2569 uuid_t root_uuid, l2cap, cmtp, cip; local
    [all...]

Completed in 277 milliseconds