Home
last modified time | relevance | path

Searched defs:curve25519 (Results 1 – 3 of 3) sorted by relevance

/openbsd/sbin/iked/
H A Ddh.c722 struct curve25519_key *curve25519; in ec25519_init() local
747 struct curve25519_key *curve25519 = group->curve25519; in ec25519_create_exchange() local
756 struct curve25519_key *curve25519 = group->curve25519; in ec25519_create_shared() local
782 struct curve25519_key *curve25519; in kemsx_create_exchange2() local
837 struct curve25519_key *curve25519 = group->curve25519; in kemsx_create_shared2() local
H A Ddh.h45 void *curve25519; member
/openbsd/sys/crypto/
H A Dcurve25519.c782 int curve25519(uint8_t out[CURVE25519_KEY_SIZE], in curve25519() function