Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/
H A Ddh.c46 int ec_point2raw(struct group *, const EC_POINT *, uint8_t *, size_t, int);
463 return (ec_point2raw(group, EC_KEY_get0_public_key(group->ec), in ec_create_exchange()
501 ret = ec_point2raw(group, secretp, secret, ec_secretlen(group), in ec_create_shared()
516 ec_point2raw(struct group *group, const EC_POINT *point, in ec_point2raw() function
/openbsd/sbin/iked/
H A Ddh.c59 int ec_point2raw(struct dh_group *, const EC_POINT *, uint8_t *, size_t, int);
552 return (ec_point2raw(group, EC_KEY_get0_public_key(group->ec), in ec_create_exchange()
590 ret = ec_point2raw(group, secretp, secret, ec_secretlen(group), in ec_create_shared()
605 ec_point2raw(struct dh_group *group, const EC_POINT *point, in ec_point2raw() function