Lines Matching refs:PVDUMP
68 #define PVDUMP(var) racoon_hexdump((var)->v, (var)->l) macro
170 PVDUMP(sig);
380 PVDUMP(vstr);
605 PVDUMP(data); in ciphertest_1()
622 PVDUMP(res1); in ciphertest_1()
631 PVDUMP(res2); in ciphertest_1()
765 PVDUMP(res);
780 PVDUMP(res);
792 PVDUMP(res);
807 PVDUMP(res);
820 PVDUMP(res);
855 PVDUMP(res);
864 PVDUMP(res);
868 PVDUMP(res);
892 PVDUMP(res);
901 PVDUMP(res);
905 PVDUMP(res);
941 printf("prime number = \n"); PVDUMP(&p1);
947 printf("private key for user 1 = \n"); PVDUMP(priv1);
948 printf("public key for user 1 = \n"); PVDUMP(pub1);
954 printf("private key for user 2 = \n"); PVDUMP(priv2);
955 printf("public key for user 2 = \n"); PVDUMP(pub2);
961 printf("sharing gxy1 of user 1 = \n"); PVDUMP(gxy1);
967 printf("sharing gxy2 of user 2 = \n"); PVDUMP(gxy2);
995 PVDUMP(rn);