Home
last modified time | relevance | path

Searched refs:exchangep (Results 1 – 2 of 2) sorted by relevance

/openbsd/sbin/isakmpd/
H A Ddh.c473 EC_POINT *exchangep = NULL, *secretp = NULL; in ec_create_shared() local
480 if ((exchangep = in ec_create_shared()
488 if (!EC_KEY_set_public_key(exkey, exchangep)) in ec_create_shared()
498 if (!EC_POINT_mul(ecgroup, secretp, NULL, exchangep, privkey, NULL)) in ec_create_shared()
507 if (exchangep != NULL) in ec_create_shared()
508 EC_POINT_clear_free(exchangep); in ec_create_shared()
/openbsd/sbin/iked/
H A Ddh.c562 EC_POINT *exchangep = NULL, *secretp = NULL; in ec_create_shared() local
569 if ((exchangep = in ec_create_shared()
577 if (!EC_KEY_set_public_key(exkey, exchangep)) in ec_create_shared()
587 if (!EC_POINT_mul(ecgroup, secretp, NULL, exchangep, privkey, NULL)) in ec_create_shared()
596 if (exchangep != NULL) in ec_create_shared()
597 EC_POINT_clear_free(exchangep); in ec_create_shared()