Searched refs:sigctx (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/vax/vax/
H A Dcompat_16_machdep.c176 struct sigcontext sigctx; local
181 sigctx.sc_pc = tf->tf_pc;
182 sigctx.sc_ps = tf->tf_psl;
183 sigctx.sc_ap = tf->tf_ap;
184 sigctx.sc_fp = tf->tf_fp;
185 sigctx.sc_sp = tf->tf_sp;
186 sigctx.sc_onstack = onstack ? SS_ONSTACK : 0;
187 sigctx.sc_mask = *mask;
203 error = (copyout(&sigctx, (char *)tramp.scp, sizeof(sigctx)) !
[all...]
H A Dcompat_13_machdep.c165 struct sigcontext sigctx; local
170 sigctx.sc_pc = tf->tf_pc;
171 sigctx.sc_ps = tf->tf_psl;
172 sigctx.sc_ap = tf->tf_ap;
173 sigctx.sc_fp = tf->tf_fp;
174 sigctx.sc_sp = tf->tf_sp;
175 sigctx.sc_onstack = onstack ? SS_ONSTACK : 0;
176 sigctx.sc_mask = *mask;
179 native_sigset_to_sigset13(mask, &sigctx.__sc_mask13);
197 copyout(&sigctx, (voi
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c1197 struct sigctx { struct
1213 struct sigctx *sigctx = ctx; local
1220 SignedData *sd = &sigctx->sd;
1232 if (sigctx->digest_alg) {
1233 ret = copy_AlgorithmIdentifier(sigctx->digest_alg, &digest);
1239 sigctx->peer, &digest);
1262 ret = fill_CMSIdentifier(cert, sigctx->cmsidflag, &signer_info->sid);
1281 if (der_heim_oid_cmp(sigctx->eContentType, &asn1_oid_id_pkcs7_data) != 0) {
1294 &sigctx
1431 struct sigctx *sigctx = ctx; local
1472 struct sigctx sigctx; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dfake_rsaprov.c295 unsigned char *sigctx = OPENSSL_zalloc(1); local
297 TEST_ptr(sigctx);
299 return sigctx;
302 static void fake_rsa_sig_freectx(void *sigctx) argument
304 OPENSSL_free(sigctx);
310 unsigned char *sigctx = ctx; local
314 if (!TEST_ptr(sigctx))
322 *sigctx = 1;
330 unsigned char *sigctx = ctx; local
333 if (!TEST_ptr(sigctx) || !TEST_int_e
[all...]
/netbsd-current/lib/libc/compat/arch/vax/sys/
H A Dcompat___sigtramp2.S52 movab 8(%ap),%ap # arg is pointer to sigctx
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dlinux-unwind.h72 struct sigcontext sigctx; member in struct:sigframe
74 sc = &rt_->sigctx;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dlinux-unwind.h72 struct sigcontext sigctx; member in struct:sigframe
74 sc = &rt_->sigctx;
/netbsd-current/usr.sbin/syslogd/
H A Dsign.h185 EVP_MD_CTX *sigctx; /* signature context */ member in struct:sign_global_t
H A Dsign.c98 GlobalSign.sigctx = EVP_MD_CTX_create();
99 EVP_MD_CTX_init(GlobalSign.sigctx);
499 if(GlobalSign.sigctx) {
500 EVP_MD_CTX_destroy(GlobalSign.sigctx);
501 GlobalSign.sigctx = NULL;
893 SSL_CHECK_ONE(EVP_SignInit(GlobalSign.sigctx, GlobalSign.sig));
894 SSL_CHECK_ONE(EVP_SignUpdate(GlobalSign.sigctx, buf, q-buf));
896 SSL_CHECK_ONE(EVP_SignFinal(GlobalSign.sigctx, sig_value, &sig_len,
/netbsd-current/sys/sys/
H A Dsignalvar.h81 struct sigctx { struct
H A Dproc.h325 struct sigctx p_sigctx; /* p: Shared signal state */

Completed in 304 milliseconds