/third_party/openssl/crypto/ec/ |
D | ec_lib.c | 88 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free() 121 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free() 140 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free() 289 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of() 315 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor() 363 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator() 433 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() 438 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) in EC_GROUP_get_mont_data() 443 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() 453 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order() [all …]
|
D | ec2_smpl.c | 28 int ossl_ec_GF2m_simple_group_init(EC_GROUP *group) in ossl_ec_GF2m_simple_group_init() 47 void ossl_ec_GF2m_simple_group_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_finish() 58 void ossl_ec_GF2m_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_clear_finish() 101 int ossl_ec_GF2m_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GF2m_simple_group_set_curve() 141 int ossl_ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GF2m_simple_group_get_curve() 171 int ossl_ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GF2m_simple_group_get_degree() 180 int ossl_ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GF2m_simple_group_check_discriminant() 276 int ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_to_infinity() 288 int ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_affine_coordinates() 320 int ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_get_affine_coordinates() [all …]
|
D | ecp_mont.c | 83 int ossl_ec_GFp_mont_group_init(EC_GROUP *group) in ossl_ec_GFp_mont_group_init() 93 void ossl_ec_GFp_mont_group_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_finish() 102 void ossl_ec_GFp_mont_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_clear_finish() 142 int ossl_ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ossl_ec_GFp_mont_group_set_curve() 196 int ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_mul() 207 int ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_sqr() 223 int ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_inv() 267 int ossl_ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_encode() 278 int ossl_ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_decode() 289 int ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_set_to_one()
|
D | ecp_smpl.c | 98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) in ossl_ec_GFp_simple_group_init() 113 void ossl_ec_GFp_simple_group_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_finish() 120 void ossl_ec_GFp_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_clear_finish() 141 int ossl_ec_GFp_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GFp_simple_group_set_curve() 200 int ossl_ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GFp_simple_group_get_curve() 245 int ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GFp_simple_group_get_degree() 250 int ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GFp_simple_group_check_discriminant() 367 int ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GFp_simple_point_set_to_infinity() 375 int ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp() 435 int ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() [all …]
|
D | ec_oct.c | 24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() 56 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GFp() 64 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GF2m() 73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() 105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() 133 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_lib.c | 88 void EC_pre_comp_free(EC_GROUP *group) in EC_pre_comp_free() 121 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free() 140 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free() 289 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of() 315 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor() 363 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator() 433 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator() 438 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) in EC_GROUP_get_mont_data() 443 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order() 453 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order() [all …]
|
D | ec2_smpl.c | 28 int ossl_ec_GF2m_simple_group_init(EC_GROUP *group) in ossl_ec_GF2m_simple_group_init() 47 void ossl_ec_GF2m_simple_group_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_finish() 58 void ossl_ec_GF2m_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GF2m_simple_group_clear_finish() 101 int ossl_ec_GF2m_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GF2m_simple_group_set_curve() 141 int ossl_ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GF2m_simple_group_get_curve() 171 int ossl_ec_GF2m_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GF2m_simple_group_get_degree() 180 int ossl_ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GF2m_simple_group_check_discriminant() 276 int ossl_ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_to_infinity() 288 int ossl_ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_set_affine_coordinates() 320 int ossl_ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, in ossl_ec_GF2m_simple_point_get_affine_coordinates() [all …]
|
D | ecp_mont.c | 83 int ossl_ec_GFp_mont_group_init(EC_GROUP *group) in ossl_ec_GFp_mont_group_init() 93 void ossl_ec_GFp_mont_group_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_finish() 102 void ossl_ec_GFp_mont_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_mont_group_clear_finish() 142 int ossl_ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, in ossl_ec_GFp_mont_group_set_curve() 196 int ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_mul() 207 int ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_sqr() 223 int ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_inv() 267 int ossl_ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_encode() 278 int ossl_ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_decode() 289 int ossl_ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, in ossl_ec_GFp_mont_field_set_to_one()
|
D | ecp_smpl.c | 98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) in ossl_ec_GFp_simple_group_init() 113 void ossl_ec_GFp_simple_group_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_finish() 120 void ossl_ec_GFp_simple_group_clear_finish(EC_GROUP *group) in ossl_ec_GFp_simple_group_clear_finish() 141 int ossl_ec_GFp_simple_group_set_curve(EC_GROUP *group, in ossl_ec_GFp_simple_group_set_curve() 200 int ossl_ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, in ossl_ec_GFp_simple_group_get_curve() 245 int ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) in ossl_ec_GFp_simple_group_get_degree() 250 int ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, in ossl_ec_GFp_simple_group_check_discriminant() 367 int ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, in ossl_ec_GFp_simple_point_set_to_infinity() 375 int ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp() 435 int ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() [all …]
|
D | ec_oct.c | 24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_compressed_coordinates() 56 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GFp() 64 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_set_compressed_coordinates_GF2m() 73 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2oct() 105 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, in EC_POINT_oct2point() 133 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_point2buf()
|
/third_party/rust/crates/aho-corasick/bench/src/ |
D | random.rs | 83 let group = "random10x/standard"; in many_patterns() localVariable 94 let group = "random10x/leftmost-first"; in many_patterns() localVariable 105 let group = "random10x/leftmost-longest"; in many_patterns() localVariable 117 let group = "random10x/overlapping"; in many_patterns() localVariable 131 let group = "random10x/standard"; in many_patterns() localVariable 142 let group = "random10x/leftmost-first"; in many_patterns() localVariable 153 let group = "random10x/leftmost-longest"; in many_patterns() localVariable 165 let group = "random10x/overlapping"; in many_patterns() localVariable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_group.c | 49 struct p2p_group *group, **groups; in p2p_group_init() local 84 static void p2p_group_free_members(struct p2p_group *group) in p2p_group_free_members() 98 void p2p_group_deinit(struct p2p_group *group) in p2p_group_deinit() 137 static void p2p_group_add_common_ies(struct p2p_group *group, in p2p_group_add_common_ies() 208 static struct wpabuf * p2p_group_build_beacon_ie(struct p2p_group *group) in p2p_group_build_beacon_ie() 354 wifi_display_build_go_ie(struct p2p_group *group) in wifi_display_build_go_ie() 405 static void wifi_display_group_update(struct p2p_group *group) in wifi_display_group_update() 414 void p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, in p2p_buf_add_group_info() 436 void p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) in p2p_group_buf_add_id() 443 static struct wpabuf * p2p_group_build_probe_resp_ie(struct p2p_group *group) in p2p_group_build_probe_resp_ie() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_group.c | 49 struct p2p_group *group, **groups; in p2p_group_init() local 84 static void p2p_group_free_members(struct p2p_group *group) in p2p_group_free_members() 98 void p2p_group_deinit(struct p2p_group *group) in p2p_group_deinit() 137 static void p2p_group_add_common_ies(struct p2p_group *group, in p2p_group_add_common_ies() 208 static struct wpabuf * p2p_group_build_beacon_ie(struct p2p_group *group) in p2p_group_build_beacon_ie() 354 wifi_display_build_go_ie(struct p2p_group *group) in wifi_display_build_go_ie() 405 static void wifi_display_group_update(struct p2p_group *group) in wifi_display_group_update() 414 void p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, in p2p_buf_add_group_info() 436 void p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) in p2p_group_buf_add_id() 443 static struct wpabuf * p2p_group_build_probe_resp_ie(struct p2p_group *group) in p2p_group_build_probe_resp_ie() [all …]
|
/third_party/lwip/src/core/ipv4/ |
D | igmp.c | 130 struct igmp_group *group; in igmp_start() local 162 struct igmp_group *group = netif_igmp_data(netif); in igmp_stop() local 194 struct igmp_group *group = netif_igmp_data(netif); in igmp_report_groups() local 220 struct igmp_group *group = netif_igmp_data(ifp); in igmp_lookfor_group() local 246 struct igmp_group *group; in igmp_lookup_group() local 295 igmp_remove_group(struct netif *netif, struct igmp_group *group) in igmp_remove_group() 326 struct igmp_group *group; in igmp_input() local 491 struct igmp_group *group; local 591 struct igmp_group *group; local 657 struct igmp_group *group = netif_igmp_data(netif); local [all …]
|
/third_party/lwip/src/core/ipv6/ |
D | mld6.c | 98 struct mld_group *group = netif_mld6_data(netif); in mld6_stop() local 127 struct mld_group *group = netif_mld6_data(netif); in mld6_report_groups() local 146 struct mld_group *group = netif_mld6_data(ifp); in mld6_lookfor_group() local 170 struct mld_group *group; in mld6_new_group() local 194 mld6_remove_group(struct netif *netif, struct mld_group *group) in mld6_remove_group() 230 struct mld_group *group; in mld6_input() local 353 struct mld_group *group; local 447 struct mld_group *group; local 513 struct mld_group *group = netif_mld6_data(netif); local 547 struct mld_group *group = netif_mld6_data(netif); local [all …]
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | grp.h | 18 struct group { struct 25 struct group *getgrgid(gid_t); argument
|
/third_party/musl/include/ |
D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); argument
|
/third_party/musl/ndk_musl_include/ |
D | grp.h | 19 struct group { struct 26 struct group *getgrgid(gid_t); argument
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture.h | 19 #define TEST_GROUP(group)\ argument 22 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\ argument 25 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\ argument 29 #define TEST(group, name) \ argument 43 #define IGNORE_TEST(group, name) \ argument 53 #define RUN_TEST_CASE(group, name) \ argument 58 #define TEST_GROUP_RUNNER(group)\ argument 63 #define RUN_TEST_GROUP(group)\ argument
|
/third_party/unity/extras/fixture/src/ |
D | unity_fixture.h | 22 #define TEST_GROUP(group)\ argument 25 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\ argument 28 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\ argument 32 #define TEST(group, name) \ argument 46 #define IGNORE_TEST(group, name) \ argument 56 #define RUN_TEST_CASE(group, name) \ argument 61 #define TEST_GROUP_RUNNER(group)\ argument 66 #define RUN_TEST_GROUP(group)\ argument
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.c | 134 GstV4l2MemoryGroup *group = mem->group; in _v4l2mem_dispose() local 153 gint plane, gpointer data, int dmafd, GstV4l2MemoryGroup * group) in _v4l2mem_new() 228 gst_v4l2_memory_group_free (GstV4l2MemoryGroup * group) in gst_v4l2_memory_group_free() 248 GstV4l2MemoryGroup *group; in gst_v4l2_memory_group_new() local 353 GstV4l2MemoryGroup *group = mem->group; in gst_v4l2_allocator_release() local 387 GstV4l2MemoryGroup *group = mem->group; in gst_v4l2_allocator_free() local 416 GstV4l2MemoryGroup *group = allocator->groups[i]; in gst_v4l2_allocator_dispose() local 517 GstV4l2MemoryGroup *group = NULL; in gst_v4l2_allocator_create_buf() local 575 GstV4l2MemoryGroup *group; in gst_v4l2_allocator_alloc() local 597 GstV4l2MemoryGroup * group) in gst_v4l2_allocator_reset_size() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPointerParameterTests.cpp | 45 void addComputePointerParamToParamTest (tcu::TestCaseGroup* group) in addComputePointerParamToParamTest() 143 void addComputePointerParamToGlobalTest (tcu::TestCaseGroup* group) in addComputePointerParamToGlobalTest() 259 void addComputePointerBufferMemoryTest (tcu::TestCaseGroup* group) in addComputePointerBufferMemoryTest() 388 void addComputePointerBufferMemoryVariablePointersTest (tcu::TestCaseGroup* group) in addComputePointerBufferMemoryVariablePointersTest() 516 void addComputePointerWorkgroupMemoryVariablePointersTest (tcu::TestCaseGroup* group) in addComputePointerWorkgroupMemoryVariablePointersTest() 687 void addGraphicsPointerParamToParamTest (tcu::TestCaseGroup* group) in addGraphicsPointerParamToParamTest() 765 void addGraphicsPointerParamToGlobalTest (tcu::TestCaseGroup* group) in addGraphicsPointerParamToGlobalTest() 861 void addGraphicsPointerBufferMemoryTest (tcu::TestCaseGroup* group) in addGraphicsPointerBufferMemoryTest() 972 void addGraphicsPointerBufferMemoryVariablePointersTest (tcu::TestCaseGroup* group) in addGraphicsPointerBufferMemoryVariablePointersTest() 1087 …de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "pointer_parameter", "Comput… in createPointerParameterComputeGroup() local [all …]
|
/third_party/libinput/src/ |
D | evdev-tablet-pad-leds.c | 55 struct libinput_tablet_pad_mode_group *group, in pad_mode_toggle_button_new() 74 pad_led_group_get_mode(struct pad_led_group *group) in pad_led_group_get_mode() 113 pad_led_new(struct libinput *libinput, const char *prefix, int group, int mode) in pad_led_new() 153 struct pad_led_group *group = (struct pad_led_group *)g; in pad_led_group_destroy() local 171 struct pad_led_group *group; in pad_group_new_basic() local 200 struct pad_led_group *group; in pad_group_new() local 281 struct pad_led_group *group; in pad_init_led_groups() local 340 struct libinput_tablet_pad_mode_group *group; in pad_get_mode_group() local 380 struct libinput_tablet_pad_mode_group *group; in pad_init_mode_buttons() local 436 struct libinput_tablet_pad_mode_group *group; in pad_init_mode_rings() local [all …]
|