Home
last modified time | relevance | path

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

/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);
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dcpucfg.h34 u32 priv1; /* 0x1a8 */ member
/external/scapy/test/
Dfields.uts94 fields_desc = [ ActionField(ByteField("tst", 3), "my_action", priv1=1, priv2=2) ]
98 def my_action(self, val, fld, priv1, priv2):
100 self._val, self._fld, self._priv1, self._priv2 = val, fld, priv1, priv2