Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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()
DMakefile26 dh_groups.o \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
DMakefile37 dh_groups.o \
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py95 self.dh_groups = set() #type: Set[str]
141 self.arguments_for['group'] = sorted(self.dh_groups)
323 self.dh_groups.add(name)
368 'DH_GROUP': self.dh_groups,
384 'dh_key_family': [self.dh_groups],
385 'dh_key_types': [self.dh_groups],
410 self.dh_groups.add('0xff')
434 'dh_group': self.dh_groups,
/third_party/mbedtls/scripts/
Dgenerate_psa_constants.py255 sorted(self.dh_groups)))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DBUILD.gn238 "$WPA_ROOT_DIR/src/crypto/dh_groups.c",
DCMakeLists.txt281 src/crypto/dh_groups.c
282 src/crypto/dh_groups.h