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

  /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 143 struct wpa_signal_info siginfo; local
144 if (wpa_drv_signal_poll(wpa_s, &siginfo) == 0 &&
145 siginfo.current_signal >= data->signal_threshold)
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 115 vki_siginfo_t siginfo; member in struct:rt_sigframe
247 //:: vki_siginfo_t sigInfo;
569 //.. const vki_siginfo_t *siginfo,
576 //.. Int sigNo = siginfo->si_signo;
600 //.. synth_ucontext(tst->tid, siginfo, mask, &uc, &frame->fpstate);
617 //.. const vki_siginfo_t *siginfo,
624 //.. Int sigNo = siginfo->si_signo;
647 //.. frame->psigInfo = (Addr)&frame->sigInfo;
649 //.. VG_(memcpy)(&frame->sigInfo, siginfo, sizeof(vki_siginfo_t))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 51 typedef struct siginfo struct
  /bionic/libc/kernel/common/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct
  /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);
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
siginfo.h 42 typedef struct siginfo { struct