Searched defs:sigctx (Results 1 – 8 of 8) sorted by relevance
81 struct sigctx { struct82 struct _ksiginfo ps_info; /* for core dump/debugger XXX */83 int ps_lwp; /* for core dump/debugger XXX */84 bool ps_faked; /* for core dump/debugger XXX */85 void *ps_sigcode; /* address of signal trampoline */86 sigset_t ps_sigignore; /* Signals being ignored. */87 sigset_t ps_sigcatch; /* Signals being caught by user. */88 sigset_t ps_sigpass; /* Signals evading the debugger. */
1197 struct sigctx { struct1213 struct sigctx *sigctx = ctx; in sig_process() argument1431 struct sigctx *sigctx = ctx; in cert_process() local1472 struct sigctx sigctx; in hx509_cms_create_signed() local
295 unsigned char *sigctx = OPENSSL_zalloc(1); in fake_rsa_sig_newctx() local302 static void fake_rsa_sig_freectx(void *sigctx) in fake_rsa_sig_freectx()310 unsigned char *sigctx = ctx; in fake_rsa_sig_sign_init() local330 unsigned char *sigctx = ctx; in fake_rsa_sig_sign() local
176 struct sigcontext sigctx; in setupstack_sigcontext2() local
165 struct sigcontext sigctx; in setupstack_oldsigcontext() local
72 struct sigcontext sigctx; in mips_fallback_frame_state() member
185 EVP_MD_CTX *sigctx; /* signature context */ member