| /src/sys/arch/vax/vax/ |
| compat_16_machdep.c | 176 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)) != 0 | [all...] |
| compat_13_machdep.c | 165 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, (void *)tramp.scp, sizeof(sigctx)) != 0 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/mips/ |
| linux-unwind.h | 72 struct sigcontext sigctx; member in struct:sigframe 74 sc = &rt_->sigctx;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mips/ |
| linux-unwind.h | 72 struct sigcontext sigctx; member in struct:sigframe 74 sc = &rt_->sigctx;
|
| /src/sys/sys/ |
| signalvar.h | 81 struct sigctx { struct
|
| /src/usr.sbin/syslogd/ |
| sign.h | 185 EVP_MD_CTX *sigctx; /* signature context */ member in struct:sign_global_t
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| cms.c | 1197 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->content 1431 struct sigctx *sigctx = ctx; local 1472 struct sigctx sigctx; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| fake_rsaprov.c | 295 unsigned char *sigctx = OPENSSL_zalloc(1); local 297 TEST_ptr(sigctx); 299 return sigctx; 302 static void fake_rsa_sig_freectx(void *sigctx) 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_eq(*sigctx, 1) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| fake_rsaprov.c | 308 unsigned char *sigctx = OPENSSL_zalloc(1); local 310 TEST_ptr(sigctx); 312 return sigctx; 315 static void fake_rsa_sig_freectx(void *sigctx) 317 OPENSSL_free(sigctx); 323 unsigned char *sigctx = ctx; local 327 if (!TEST_ptr(sigctx)) 335 *sigctx = 1; 343 unsigned char *sigctx = ctx; local 346 if (!TEST_ptr(sigctx) || !TEST_int_eq(*sigctx, 1) 370 unsigned char *sigctx = ctx; local 386 unsigned char *sigctx = ctx; local 429 unsigned char *sigctx = ctx; local 445 unsigned char *sigctx = ctx; local [all...] |