Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Ddh_groups.c1156 static const struct dh_group dh_groups[] = { variable
1172 #define NUM_DH_GROUPS ARRAY_SIZE(dh_groups)
1180 if (dh_groups[i].id == id) in dh_groups_get()
1181 return &dh_groups[i]; in dh_groups_get()
H A DMakefile26 dh_groups.o \
/freebsd/usr.sbin/wpa/src/crypto/
H A DMakefile138 SRCS+= dh_groups.c