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

1 2 3

  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_sign_hash.c 84 ltc_asn1_list digestinfo[2], siginfo[2]; local
101 LTC_SET_ASN1(siginfo, 0, LTC_ASN1_SEQUENCE, digestinfo, 2);
102 LTC_SET_ASN1(siginfo, 1, LTC_ASN1_OCTET_STRING, in, inlen);
111 if ((err = der_encode_sequence(siginfo, 2, tmpin, &y)) != CRYPT_OK) {
rsa_verify_hash.c 101 ltc_asn1_list digestinfo[2], siginfo[2]; local
133 LTC_SET_ASN1(siginfo, 0, LTC_ASN1_SEQUENCE, digestinfo, 2);
134 LTC_SET_ASN1(siginfo, 1, LTC_ASN1_OCTET_STRING, tmpbuf, siglen);
136 if ((err = der_decode_sequence(out, outlen, siginfo, 2)) != CRYPT_OK) {
144 (siginfo[1].size == hashlen) &&
145 (XMEMCMP(siginfo[1].data, hash, hashlen) == 0)) {
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_simple.c 146 struct wpa_signal_info siginfo; local
147 if (wpa_drv_signal_poll(wpa_s, &siginfo) == 0 &&
148 siginfo.current_signal >= data->signal_threshold)
  /bionic/libc/kernel/arch-mips/asm/
siginfo.h 26 struct siginfo;
29 #include <asm-generic/siginfo.h>
30 typedef struct siginfo { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
siginfo.h 26 struct siginfo;
29 #include <asm-generic/siginfo.h>
30 typedef struct siginfo { struct
  /external/kernel-headers/original/asm-mips/
siginfo.h 19 * We duplicate the generic versions - <asm-generic/siginfo.h> is just borked
23 struct siginfo;
35 #include <asm-generic/siginfo.h>
37 typedef struct siginfo { struct
115 * Duplicated here because of <asm-generic/siginfo.h> braindamage ...
119 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from)
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 116 vki_siginfo_t siginfo; member in struct:rt_sigframe
248 //:: vki_siginfo_t sigInfo;
570 //.. const vki_siginfo_t *siginfo,
577 //.. Int sigNo = siginfo->si_signo;
601 //.. synth_ucontext(tst->tid, siginfo, mask, &uc, &frame->fpstate);
618 //.. const vki_siginfo_t *siginfo,
625 //.. Int sigNo = siginfo->si_signo;
648 //.. frame->psigInfo = (Addr)&frame->sigInfo;
650 //.. VG_(memcpy)(&frame->sigInfo, siginfo, sizeof(vki_siginfo_t))
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
siginfo.h 26 struct siginfo;
29 #include <asm-generic/siginfo.h>
30 typedef struct siginfo { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
siginfo.h 26 struct siginfo;
29 #include <asm-generic/siginfo.h>
30 typedef struct siginfo { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 51 typedef struct siginfo struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 51 typedef struct siginfo struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 51 typedef struct siginfo struct
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 46 typedef struct siginfo { struct
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 93 void (*sa_sigaction)(int sig, my_siginfo_t *siginfo, void *uctx);
116 my_siginfo_t siginfo; member in struct:__tsan::SignalDesc
    [all...]
  /external/kernel-headers/original/asm-generic/
siginfo.h 14 * struct siginfo that is before the union.
40 typedef struct siginfo { struct
272 struct siginfo;
273 void do_schedule_next_timer(struct siginfo *info);
279 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from)
290 extern int copy_siginfo_to_user(struct siginfo __user *to, struct siginfo *from);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 13 * struct siginfo that is before the union.
39 typedef struct siginfo { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 13 * struct siginfo that is before the union.
39 typedef struct siginfo { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
siginfo.h 13 * struct siginfo that is before the union.
39 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct

Completed in 432 milliseconds

1 2 3