Searched refs:group (Results 1 - 25 of 949) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
207 p2p_group_build_beacon_ie(struct p2p_group *group) argument
353 wifi_display_build_go_ie(struct p2p_group *group) argument
402 wifi_display_group_update(struct p2p_group *group) argument
411 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
433 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
440 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
479 p2p_group_update_ies(struct p2p_group *group) argument
569 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
599 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
643 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
687 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
756 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
773 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
798 p2p_group_notif_formation_done(struct p2p_group *group) argument
808 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
838 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
852 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
866 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
893 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
938 p2p_group_get_interface_addr(struct p2p_group *group) argument
944 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
982 p2p_get_group_num_members(struct p2p_group *group) argument
991 p2p_client_limit_reached(struct p2p_group *group) argument
1000 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1018 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1031 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1043 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1050 p2p_group_get_freq(struct p2p_group *group) argument
1056 p2p_group_get_config(struct p2p_group *group) argument
1062 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
207 p2p_group_build_beacon_ie(struct p2p_group *group) argument
353 wifi_display_build_go_ie(struct p2p_group *group) argument
402 wifi_display_group_update(struct p2p_group *group) argument
411 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
433 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
440 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
479 p2p_group_update_ies(struct p2p_group *group) argument
569 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
599 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
643 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
687 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
756 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
773 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
798 p2p_group_notif_formation_done(struct p2p_group *group) argument
808 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
838 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
852 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
866 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
893 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
938 p2p_group_get_interface_addr(struct p2p_group *group) argument
944 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
982 p2p_get_group_num_members(struct p2p_group *group) argument
991 p2p_client_limit_reached(struct p2p_group *group) argument
1000 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1018 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1031 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1043 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1050 p2p_group_get_freq(struct p2p_group *group) argument
1056 p2p_group_get_config(struct p2p_group *group) argument
1062 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
207 p2p_group_build_beacon_ie(struct p2p_group *group) argument
353 wifi_display_build_go_ie(struct p2p_group *group) argument
402 wifi_display_group_update(struct p2p_group *group) argument
411 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
433 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
440 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
479 p2p_group_update_ies(struct p2p_group *group) argument
569 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
599 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
643 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
687 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
756 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
773 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
798 p2p_group_notif_formation_done(struct p2p_group *group) argument
808 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
838 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
852 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
866 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
893 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
938 p2p_group_get_interface_addr(struct p2p_group *group) argument
944 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
982 p2p_get_group_num_members(struct p2p_group *group) argument
991 p2p_client_limit_reached(struct p2p_group *group) argument
1000 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1018 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1031 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1043 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1050 p2p_group_get_freq(struct p2p_group *group) argument
1056 p2p_group_get_config(struct p2p_group *group) argument
1062 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceGroupTest.java27 private TestPreferenceGroup group; field in class:PreferenceGroupTest
38 group = new TestPreferenceGroup(context, attrs);
39 shadow = Robolectric.shadowOf(group);
55 assertThat( group.getPreferenceCount(), equalTo(0));
58 assertThat( group.addPreference(pref1), equalTo(true));
59 assertThat( group.getPreferenceCount(), equalTo(1));
62 assertThat( group.addPreference(pref1), equalTo(true));
63 assertThat( group.getPreferenceCount(), equalTo(1));
66 assertThat( group.addPreference(pref2), equalTo(true));
67 assertThat( group
[all...]
/external/e2fsprogs/include/nonunix/
H A Dgrp.h6 __inline struct group * getgrnam(char* g){return 0;}
8 struct group struct
/external/boringssl/src/crypto/ec/
H A Dexample_mul.c78 EC_GROUP *group = NULL; local
84 group = EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1);
85 p = EC_POINT_new(group);
86 result = EC_POINT_new(group);
91 group == NULL ||
93 !EC_POINT_set_to_infinity(group, p) ||
99 if (!EC_POINT_mul(group, result, NULL, p, n, NULL) ||
100 !EC_POINT_is_at_infinity(group, result)) {
104 generator = EC_GROUP_get0_generator(group);
107 if (!EC_POINT_mul(group, resul
[all...]
H A Dec_montgomery.c120 int ec_GFp_mont_group_init(EC_GROUP *group) { argument
123 ok = ec_GFp_simple_group_init(group);
124 group->mont = NULL;
125 group->one = NULL;
129 void ec_GFp_mont_group_finish(EC_GROUP *group) { argument
130 BN_MONT_CTX_free(group->mont);
131 group->mont = NULL;
132 BN_free(group->one);
133 group->one = NULL;
134 ec_GFp_simple_group_finish(group);
137 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
179 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
232 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
242 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
252 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
262 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
272 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
H A Dsimple.c135 int ec_GFp_simple_group_init(EC_GROUP *group) { argument
136 BN_init(&group->field);
137 BN_init(&group->a);
138 BN_init(&group->b);
139 group->a_is_minus3 = 0;
143 void ec_GFp_simple_group_finish(EC_GROUP *group) { argument
144 BN_free(&group->field);
145 BN_free(&group->a);
146 BN_free(&group->b);
149 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) { argument
166 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
233 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
273 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
277 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
381 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
388 ec_GFp_simple_set_Jprojective_coordinates_GFp( const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
447 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
490 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
504 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
609 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
800 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
927 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
936 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
940 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1044 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1157 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1198 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1353 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1358 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Doct.c76 static size_t ec_GFp_simple_point2oct(const EC_GROUP *group, argument
92 if (EC_POINT_is_at_infinity(group, point)) {
106 field_len = BN_num_bytes(&group->field);
132 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) {
179 static int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
212 return EC_POINT_set_to_infinity(group, point);
215 field_len = BN_num_bytes(&group->field);
241 if (BN_ucmp(x, &group->field) >= 0) {
247 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
254 if (BN_ucmp(y, &group
278 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const uint8_t *buf, size_t len, BN_CTX *ctx) argument
297 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, uint8_t *buf, size_t len, BN_CTX *ctx) argument
317 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
457 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLECPointContext.java23 private final OpenSSLECGroupContext group; field in class:OpenSSLECPointContext
26 OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx) { argument
27 this.group = group;
38 if (!NativeCrypto.EC_GROUP_cmp(group.getNativeRef(), other.group.getNativeRef())) {
42 return NativeCrypto.EC_POINT_cmp(group.getNativeRef(), pointCtx, other.pointCtx);
47 group.getNativeRef(), pointCtx);
63 public static OpenSSLECPointContext getInstance(int curveType, OpenSSLECGroupContext group, argument
65 OpenSSLECPointContext point = new OpenSSLECPointContext(group, ne
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DMultiGroupConversionRule.java32 * each capturing group of this Pattern a replacement text
84 for (int group = 1; group <= matcher.groupCount(); group++) {
85 replacementText = getReplacement(group);
87 // System.out.println("replacing group " + group + " : "
88 // + matcher.group(group) + " with " + replacementText);
91 replacementBuffer.append(matcher.group(grou
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c20 int group = ext2fs_group_of_ino(fs, ino); local
33 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
35 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse);
39 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT);
43 ext2fs_bg_itable_unused(fs, group) +
44 group * fs->super->s_inodes_per_group + 1;
47 ext2fs_bg_itable_unused_set(fs, group, group * f
63 int group = ext2fs_group_of_blk2(fs, blk); local
[all...]
H A Dblknum.c17 * Return the group # of a block
26 * Return the first block (inclusive) in a group
28 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) argument
31 ((blk64_t)group * fs->super->s_blocks_per_group);
35 * Return the last block (inclusive) in a group
37 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) argument
39 return (group == fs->group_desc_count - 1 ?
41 ext2fs_group_first_block2(fs, group) +
46 * Return the number of blocks in a group
48 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) argument
185 ext2fs_group_desc(ext2_filsys fs, struct opaque_ext2_group_desc *gdp, dgrp_t group) argument
194 ext4fs_group_desc(ext2_filsys fs, struct opaque_ext2_group_desc *gdp, dgrp_t group) argument
204 ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) argument
218 ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) argument
231 ext2fs_inode_bitmap_loc(ext2_filsys fs, dgrp_t group) argument
245 ext2fs_inode_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) argument
258 ext2fs_inode_table_loc(ext2_filsys fs, dgrp_t group) argument
272 ext2fs_inode_table_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) argument
285 ext2fs_bg_free_blocks_count(ext2_filsys fs, dgrp_t group) argument
299 ext2fs_bg_free_blocks_count_set(ext2_filsys fs, dgrp_t group, __u32 n) argument
313 ext2fs_bg_free_inodes_count(ext2_filsys fs, dgrp_t group) argument
327 ext2fs_bg_free_inodes_count_set(ext2_filsys fs, dgrp_t group, __u32 n) argument
340 ext2fs_bg_used_dirs_count(ext2_filsys fs, dgrp_t group) argument
354 ext2fs_bg_used_dirs_count_set(ext2_filsys fs, dgrp_t group, __u32 n) argument
367 ext2fs_bg_itable_unused(ext2_filsys fs, dgrp_t group) argument
381 ext2fs_bg_itable_unused_set(ext2_filsys fs, dgrp_t group, __u32 n) argument
394 ext2fs_bg_flags(ext2_filsys fs, dgrp_t group) argument
405 ext2fs_bg_flags_zap(ext2_filsys fs, dgrp_t group) argument
417 ext2fs_bg_flags_test(ext2_filsys fs, dgrp_t group, __u16 bg_flag) argument
428 ext2fs_bg_flags_set(ext2_filsys fs, dgrp_t group, __u16 bg_flags) argument
440 ext2fs_bg_flags_clear(ext2_filsys fs, dgrp_t group, __u16 bg_flags) argument
452 ext2fs_bg_checksum(ext2_filsys fs, dgrp_t group) argument
463 ext2fs_bg_checksum_set(ext2_filsys fs, dgrp_t group, __u16 checksum) argument
[all...]
H A Dalloc_tables.c33 * group of bitmaps or inode tables for a flexbg group. Returns the
37 static blk64_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk64_t start_blk, argument
46 flexbg = group / flexbg_size;
61 last_grp = group | (flexbg_size - 1);
82 errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group, argument
91 group_blk = ext2fs_group_first_block2(fs, group);
92 last_blk = ext2fs_group_last_block2(fs, group);
101 last_grp = group | (flexbg_size - 1);
104 rem_grps = last_grp - group
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/
H A Ddepend.stg2 group depend;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg34 group antlr;
H A Dgnu.stg34 group gnu;
H A Dvs2005.stg34 group antlr;
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpa-psk-tkip.conf10 group=TKIP
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DHex.java35 public static String encodeHex(byte[] data, int group) { argument
37 char[] out = new char[(l << 1) + (group > 0 ? (l / group) : 0)];
40 if ((group > 0) && ((i % group) == 0) && j > 0) {
/external/boringssl/include/openssl/
H A Dec.h107 /* EC_GROUP_free frees |group| and the data that it points to. */
108 OPENSSL_EXPORT void EC_GROUP_free(EC_GROUP *group);
114 /* EC_GROUP_cmp returns zero if |a| and |b| are the same group and non-zero
120 * in |group| that specifies the generator for the group. */
121 OPENSSL_EXPORT const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
123 /* EC_GROUP_get_order sets |*order| to the order of |group|, if it's not
125 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,
128 /* EC_GROUP_get_cofactor sets |*cofactor| to the cofactor of |group| using
130 OPENSSL_EXPORT int EC_GROUP_get_cofactor(const EC_GROUP *group,
[all...]
/external/boringssl/src/include/openssl/
H A Dec.h107 /* EC_GROUP_free frees |group| and the data that it points to. */
108 OPENSSL_EXPORT void EC_GROUP_free(EC_GROUP *group);
114 /* EC_GROUP_cmp returns zero if |a| and |b| are the same group and non-zero
120 * in |group| that specifies the generator for the group. */
121 OPENSSL_EXPORT const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group);
123 /* EC_GROUP_get_order sets |*order| to the order of |group|, if it's not
125 OPENSSL_EXPORT int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order,
128 /* EC_GROUP_get_cofactor sets |*cofactor| to the cofactor of |group| using
130 OPENSSL_EXPORT int EC_GROUP_get_cofactor(const EC_GROUP *group,
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBuiltinPrecisionTests.cpp41 TestCaseGroup* group = new TestCaseGroup( local
53 *group);
54 return group;
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py78 major_version = version_values.group(1)
79 minor_version = version_values.group(2)
80 fix_version = version_values.group(3)
/external/protobuf/gtest/xcode/Scripts/
H A Dversiongenerate.py78 major_version = version_values.group(1)
79 minor_version = version_values.group(2)
80 fix_version = version_values.group(3)

Completed in 578 milliseconds

1234567891011>>