Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/
H A Ddh.c38 int ec_init(struct group *);
286 group->init = ec_init; in group_get()
421 ec_init(struct group *group) in ec_init() function
/openbsd/sbin/iked/
H A Ddh.c51 int ec_init(struct dh_group *);
324 group->init = ec_init; in group_get()
510 ec_init(struct dh_group *group) in ec_init() function
/openbsd/usr.bin/ssh/
H A Dssh-pkcs11-client.c465 int (*ec_init)(EC_KEY *key); in pkcs11_start_helper_methods() local
479 EC_KEY_METHOD_get_init(ec_meth, &ec_init, &helper->ec_finish, in pkcs11_start_helper_methods()
481 EC_KEY_METHOD_set_init(ec_meth, ec_init, ecdsa_do_finish, in pkcs11_start_helper_methods()