Home
last modified time | relevance | path

Searched refs:priv1 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-mips32-linux.c269 struct vg_sig_private *priv1; in VG_() local
285 priv1 = &frame->priv; in VG_()
286 vg_assert(priv1->magicPI == 0x31415927); in VG_()
287 sigNo = priv1->sigNo_private; in VG_()
294 priv1 = &frame->priv; in VG_()
295 vg_assert(priv1->magicPI == 0x31415927); in VG_()
298 sigNo = priv1->sigNo_private; in VG_()
336 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
337 tst->arch.vex_shadow2 = priv1->vex_shadow2; in VG_()
Dsigframe-mips64-linux.c209 struct vg_sig_private *priv1; in VG_() local
224 priv1 = &frame->priv; in VG_()
225 sigNo = priv1->sigNo_private; in VG_()
226 vg_assert(priv1->magicPI == 0x31415927); in VG_()
263 tst->arch.vex_shadow1 = priv1->vex_shadow1; in VG_()
264 tst->arch.vex_shadow2 = priv1->vex_shadow2; in VG_()
/external/ipsec-tools/src/racoon/
Deaytest.c930 vchar_t p1, *pub1, *priv1, *gxy1; local
943 if (eay_dh_generate(&p1, 2, 96, &pub1, &priv1) < 0) {
947 printf("private key for user 1 = \n"); PVDUMP(priv1);
960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
976 vfree(priv1);