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

  /external/strace/
evdev.c 182 struct input_keymap_entry ike; local
189 if (!verbose(tcp) || umove(tcp, arg, &ike) < 0)
192 tprintf(", {flags=%" PRIu8 ", len=%" PRIu8, ike.flags, ike.len);
196 tprintf(", index=%" PRIu16 ", keycode=", ike.index);
197 printxval(evdev_keycode, ike.keycode, "KEY_???");
199 for (i = 0; i < ARRAY_SIZE(ike.scancode); i++) {
202 tprintf("%" PRIx8, ike.scancode[i]);
  /libcore/ojluni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 293 InvalidKeyException ike = new InvalidKeyException local
295 ike.initCause(gse);
296 throw ike;
298 InvalidKeyException ike = new InvalidKeyException local
300 ike.initCause(ioe);
301 throw ike;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java     [all...]
  /external/tcpdump/
print-isakmp.c 579 #define DECLARE_PRINTER(func) static const u_char *ike##func##_print( \
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 10399 const IKEHeader *const ike = (IKEHeader *)(t + (NonESP ? 12 : 8)); local
    [all...]

Completed in 239 milliseconds