Home
last modified time | relevance | path

Searched refs:dh_groups (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py98 self.dh_groups = set() #type: Set[str]
144 self.arguments_for['group'] = sorted(self.dh_groups)
326 self.dh_groups.add(name)
371 'DH_GROUP': self.dh_groups,
387 'dh_key_family': [self.dh_groups],
388 'dh_key_types': [self.dh_groups],
429 self.dh_groups.add('0xff')
453 'dh_group': self.dh_groups,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A DMakefile26 dh_groups.o \
H A Ddh_groups.c14 #include "dh_groups.h"
1156 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A DMakefile37 dh_groups.o \
H A Ddh_groups.c14 #include "dh_groups.h"
1156 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()
/third_party/mbedtls/scripts/
H A Dgenerate_psa_constants.py255 sorted(self.dh_groups)))
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py135 for dh_family in sorted(self.constructors.dh_groups):
223 for dh_family in sorted(self.constructors.dh_groups):

Completed in 14 milliseconds