HomeSort by relevance Sort by last modified time
    Searched refs:kp (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairTest.java 74 Object kp = new KeyPair(null, null);
75 assertTrue(kp instanceof KeyPair);
77 kp = new KeyPair(null, TestKeyPair.getPrivate());
78 assertTrue(kp instanceof KeyPair);
79 kp = new KeyPair(TestKeyPair.getPublic(), null);
80 assertTrue(kp instanceof KeyPair);
90 Object kp = new KeyPair(TestKeyPair.getPublic(), TestKeyPair.getPrivate());
91 assertTrue(kp instanceof KeyPair);
99 KeyPair kp = new KeyPair(null, null);
100 assertNull(kp.getPrivate())
    [all...]
SignerTest.java 66 KeyPair kp = new KeyPair(new PublicKeyStub("public", "SignerTest.testToString", null), local
68 s1.setKeyPair(kp);
71 s2.setKeyPair(kp);
134 KeyPair kp = new KeyPair(publicKey, privateKey); local
140 s.setKeyPair(kp);
158 KeyPair kp = new KeyPair(null, null); local
160 s.setKeyPair(kp);
KeyPairGenerator3Test.java 98 KeyPair kp, kp1; local
102 kp = kpg[i].generateKeyPair();
104 assertFalse("Incorrect private key", kp.getPrivate().equals(
106 assertFalse("Incorrect public key", kp.getPublic().equals(
124 KeyPair kp, kp1; local
126 kp = kpg[i].generateKeyPair();
128 assertFalse("Incorrect private key", kp.getPrivate().equals(
130 assertFalse("Incorrect public key", kp.getPublic().equals(
KeyPairGeneratorSpiTest.java 72 KeyPair kp = keyPairGen.generateKeyPair(); local
73 assertNull("Not null KeyPair", kp);
  /system/extras/ksmutils/
ksminfo.c 62 static int read_pages(struct ksm_pages *kp, pm_map_t **maps, size_t num_maps, uint8_t pr_flags);
63 static void print_pages(struct ksm_pages *kp, uint8_t pr_flags);
64 static void free_pages(struct ksm_pages *kp, uint8_t pr_flags);
81 struct ksm_pages kp; local
83 memset(&kp, 0, sizeof(kp));
168 if (read_pages(&kp, maps, num_maps, pr_flags) < 0) {
180 qsort(kp.pages, kp.len, sizeof(*kp.pages), cmp_pages)
    [all...]
  /external/tcpdump/
print-krb.c 150 register const struct krb *kp; local
156 #define IS_LENDIAN(kp) (((kp)->type & 0x01) != 0)
157 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp))
159 kp = (struct krb *)cp;
161 if ((&kp->type) >= ndo->ndo_snapend) {
166 type = kp->type & (0xFF << 1);
169 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)));
200 len = KTOHSP(kp, cp)
228 register const struct krb *kp; local
    [all...]
  /external/webrtc/talk/media/base/
cryptoparams.h 40 const std::string& kp,
42 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {}
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainProcessor.java 28 private final KeepProcessor kp; field in class:MainProcessor
47 kp = keepList.isEmpty() ? null : new KeepProcessor(keepList);
52 if (kp != null)
53 processors.add(kp);
61 if (kp == null)
76 for (String exclude : kp.getExcludes()) {
95 if (kp != null)
  /external/libedit/src/
emacs.c 93 Char *cp, *p, *kp; local
101 for (p = el->el_line.cursor, kp = el->el_chared.c_kill.buf; p < cp; p++)
103 *kp++ = *p;
104 el->el_chared.c_kill.last = kp;
122 Char *kp, *cp; local
139 for (kp = el->el_chared.c_kill.buf; kp < el->el_chared.c_kill.last; kp++)
140 *cp++ = *kp;
158 Char *kp, *cp local
180 Char *kp, *cp; local
213 Char *kp, *cp; local
    [all...]
  /external/ltp/testcases/kdump/lib/kprobes/
kprobes.c 33 my_jprobe.kp.symbol_name = "do_fork";
41 my_jprobe.kp.addr, my_jprobe.entry);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherRSAThread.java 38 KeyPair kp = kpg.generateKeyPair(); local
42 cip.init(Cipher.ENCRYPT_MODE, kp.getPublic());
45 cip.init(Cipher.DECRYPT_MODE, kp.getPrivate());
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval.pass.cpp 63 int kp = -1; local
82 if (k != kp)
90 kp = k;
116 int kp = -1;
135 if (k != kp)
143 kp = k;
169 int kp = -1;
188 if (k != kp)
196 kp = k;
222 int kp = -1
    [all...]
eval_param.pass.cpp 62 int kp = -1; local
81 if (k != kp)
89 kp = k;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval.pass.cpp 59 int kp = -1; local
78 if (k != kp)
86 kp = k;
109 int kp = -1;
128 if (k != kp)
136 kp = k;
159 int kp = -1;
178 if (k != kp)
186 kp = k;
209 int kp = -1
    [all...]
eval_param.pass.cpp 58 int kp = -1; local
77 if (k != kp)
85 kp = k;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval.pass.cpp 63 int kp = -1; local
82 if (k != kp)
90 kp = k;
113 int kp = -1;
132 if (k != kp)
140 kp = k;
163 int kp = -1;
182 if (k != kp)
190 kp = k;
213 int kp = -1
    [all...]
eval_param.pass.cpp 62 int kp = -1; local
81 if (k != kp)
89 kp = k;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 79 # define xthread_key_create(kp,d) thr_keycreate(kp,d)
119 # define xthread_key_create(kp,d) *(kp) = TlsAlloc()
176 # define xthread_key_create(kp,d) tis_key_create(kp,d)
207 # define xthread_key_create(kp,d) thr_keycreate(kp,d)
235 # define xthread_key_create(kp,d) pthread_key_create(kp,d
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 79 # define xthread_key_create(kp,d) thr_keycreate(kp,d)
119 # define xthread_key_create(kp,d) *(kp) = TlsAlloc()
176 # define xthread_key_create(kp,d) tis_key_create(kp,d)
207 # define xthread_key_create(kp,d) thr_keycreate(kp,d)
235 # define xthread_key_create(kp,d) pthread_key_create(kp,d
    [all...]
  /external/jemalloc/test/unit/
ckh.c 55 void **kp, **vp; local
58 kp = (i & 1) ? &k.p : NULL;
62 assert_false(ckh_search(&ckh, strs[i], kp, vp),
81 void **kp, **vp; local
84 kp = (i & 1) ? &k.p : NULL;
88 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp),
  /external/pdfium/third_party/freetype/src/type1/
t1afm.c 116 AFM_KernPair kp; local
172 kp = fi->KernPairs;
202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] );
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
205 kp->x = (FT_Int)FT_PEEK_SHORT_LE(p + 2);
206 kp->y = 0;
208 kp++;
  /system/keymaster/
ocb.c 441 kp[idx] = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(tmp), _mm_castsi128_ps(x0), 68)); \
442 kp[idx + 1] = \
447 kp[idx + 2] = x0; \
452 __m128i* kp = (__m128i*)key; local
453 kp[0] = x0 = _mm_loadu_si128((__m128i*)userkey);
456 kp[1] = x0;
458 kp[2] = x0;
460 kp[3] = x0;
462 kp[4] = x0;
464 kp[5] = x0
478 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; local
489 __m128i x0, x1, x2, x3, *kp = (__m128i*)key; local
    [all...]
  /external/xmlrpcpp/src/
XmlRpcServerConnection.cpp 84 char *kp = 0; // Start of connection value local
90 kp = cp + 12;
130 if (kp == 0 || strncasecmp(kp, "keep-alive", 10) != 0)
133 if (kp != 0 && strncasecmp(kp, "close", 5) == 0)
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 91 int *ip; char *kp; member in namespace:TestMisplacedEllipsisRecovery
97 int e = me.e(&ip, &kp);
  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java 59 Keyphrase kp = new Keyphrase(KEYPHRASE_ID, RECOGNITION_MODES, BCP47_LOCALE, TEXT, local
66 new Keyphrase[] { kp });

Completed in 6581 milliseconds

1 2 3 4 5 6