HomeSort by relevance Sort by last modified time
    Searched refs:pub1 (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/
nanoapp_prepare.sh 70 pub1=${args[2]}
82 nanoapp_sign -s -e "$priv1" -m "$pub1" "${app}.napp" "${app}.sign.napp"
  /external/ipsec-tools/src/racoon/
eaytest.c 930 vchar_t p1, *pub1, *priv1, *gxy1; local
943 if (eay_dh_generate(&p1, 2, 96, &pub1, &priv1) < 0) {
948 printf("public key for user 1 = \n"); PVDUMP(pub1);
960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
966 eay_dh_compute(&p2, 2, pub2, priv2, pub1, &gxy2);
974 vfree(pub1);

Completed in 762 milliseconds