HomeSort by relevance Sort by last modified time
    Searched refs:cip (Results 1 - 22 of 22) 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 121 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr,
123 const int& cir1 = cip[sr];
124 const int& cir2 = sr[cip];
127 bool b1 = (vip == cip);
128 long p1 = vip - cip;
146 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}}
format-strings-scanf.c 157 void test_qualifiers(const int *cip, volatile int* vip,
160 scanf("%d", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
161 scanf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
format-strings.c 595 void test_qualifiers(volatile int *vip, const int *cip,
597 printf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
601 printf("%p", cip); // No warning.
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) {
73 int *ip = cip;
  /external/libpng/contrib/libtests/
makepng.c 1141 chunk_insert *cip; local
1143 cip = malloc(offsetof(chunk_insert,parameters) +
1146 if (cip == NULL)
1153 cip->next = NULL;
1154 cip->insert = insert;
1155 cip->nparams = nparams;
1157 cip->parameters[i] = list[i];
1159 return cip;
    [all...]
  /external/tcpdump/
Android.mk 10 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
  /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/tcpdump/win32/prj/
GNUmakefile 61 ../../print-cip.o \

Completed in 411 milliseconds