Searched refs:group (Results 301 - 325 of 2184) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
H A Dstatic-office.conf40 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
139 group = EC_KEY_get0_group(ecdh);
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
152 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
169 buflen = (EC_GROUP_get_degree(group) + 7)/8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/
H A DMakefile1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/
H A DMakefile1 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o inode_mark.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dstatic-office.conf40 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
139 group = EC_KEY_get0_group(ecdh);
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
152 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
169 buflen = (EC_GROUP_get_degree(group) + 7)/8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dstatic-office.conf40 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
139 group = EC_KEY_get0_group(ecdh);
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
152 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
169 buflen = (EC_GROUP_get_degree(group) + 7)/8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec.h191 * \param group EC_GROUP object to be freed.
193 void EC_GROUP_free(EC_GROUP *group);
196 * \param group EC_GROUP object to be cleared and freed.
198 void EC_GROUP_clear_free(EC_GROUP *group);
215 * \param group EC_GROUP object
218 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group);
227 * \param group EC_GROUP object
229 * \param order the order of the group generated by the generator.
230 * \param cofactor the index of the sub-group generated by the generator
231 * in the group o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c2 * ga-entry-group.c - Source for GaEntryGroup
31 #include "ga-entry-group.h"
32 #include "ga-entry-group-enumtypes.h"
57 AvahiEntryGroup *group; member in struct:_GaEntryGroupPrivate
66 GaEntryGroup *group; member in struct:_GaEntryGroupServicePrivate
86 priv->group = NULL;
98 GaEntryGroup *group = GA_ENTRY_GROUP(object); local
99 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(group);
123 "The state of the avahi entry group",
150 if (priv->group) {
345 ga_entry_group_add_service_strlist(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, AvahiStringList * txt) argument
358 ga_entry_group_add_service_full_strlist(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, AvahiStringList * txt) argument
413 ga_entry_group_add_service(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, ...) argument
436 ga_entry_group_add_service_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, ...) argument
464 ga_entry_group_add_record(GaEntryGroup * group, AvahiPublishFlags flags, const gchar * name, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
476 ga_entry_group_add_record_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, guint16 clazz, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
573 ga_entry_group_attach(GaEntryGroup * group, GaClient * client, GError ** error) argument
598 ga_entry_group_commit(GaEntryGroup * group, GError ** error) argument
613 ga_entry_group_reset(GaEntryGroup * group, GError ** error) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/examples/
H A Dcore-publish-service.c36 static AvahiSEntryGroup *group = NULL; variable
44 assert(g == group);
46 /* Called whenever the entry group state changes */
52 /* The entry group has been established successfully */
73 fprintf(stderr, "Entry group failure: %s\n", avahi_strerror(avahi_server_errno(s)));
90 /* If this is the first time we're called, let's create a new entry group */
91 if (!group)
92 if (!(group = avahi_s_entry_group_new(s, entry_group_callback, NULL))) {
103 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_ipp._tcp", NULL, NULL, 651, "test=blah", r, NULL)) < 0) {
109 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c2 * ga-entry-group.c - Source for GaEntryGroup
31 #include "ga-entry-group.h"
32 #include "ga-entry-group-enumtypes.h"
57 AvahiEntryGroup *group; member in struct:_GaEntryGroupPrivate
66 GaEntryGroup *group; member in struct:_GaEntryGroupServicePrivate
86 priv->group = NULL;
98 GaEntryGroup *group = GA_ENTRY_GROUP(object); local
99 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(group);
123 "The state of the avahi entry group",
150 if (priv->group) {
345 ga_entry_group_add_service_strlist(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, AvahiStringList * txt) argument
358 ga_entry_group_add_service_full_strlist(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, AvahiStringList * txt) argument
413 ga_entry_group_add_service(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, ...) argument
436 ga_entry_group_add_service_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, ...) argument
464 ga_entry_group_add_record(GaEntryGroup * group, AvahiPublishFlags flags, const gchar * name, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
476 ga_entry_group_add_record_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, guint16 clazz, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
573 ga_entry_group_attach(GaEntryGroup * group, GaClient * client, GError ** error) argument
598 ga_entry_group_commit(GaEntryGroup * group, GError ** error) argument
613 ga_entry_group_reset(GaEntryGroup * group, GError ** error) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/examples/
H A Dcore-publish-service.c36 static AvahiSEntryGroup *group = NULL; variable
44 assert(g == group);
46 /* Called whenever the entry group state changes */
52 /* The entry group has been established successfully */
73 fprintf(stderr, "Entry group failure: %s\n", avahi_strerror(avahi_server_errno(s)));
90 /* If this is the first time we're called, let's create a new entry group */
91 if (!group)
92 if (!(group = avahi_s_entry_group_new(s, entry_group_callback, NULL))) {
103 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_ipp._tcp", NULL, NULL, 651, "test=blah", r, NULL)) < 0) {
109 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-gobject/
H A Dga-entry-group.c2 * ga-entry-group.c - Source for GaEntryGroup
31 #include "ga-entry-group.h"
32 #include "ga-entry-group-enumtypes.h"
57 AvahiEntryGroup *group; member in struct:_GaEntryGroupPrivate
66 GaEntryGroup *group; member in struct:_GaEntryGroupServicePrivate
86 priv->group = NULL;
98 GaEntryGroup *group = GA_ENTRY_GROUP(object); local
99 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(group);
123 "The state of the avahi entry group",
150 if (priv->group) {
345 ga_entry_group_add_service_strlist(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, AvahiStringList * txt) argument
358 ga_entry_group_add_service_full_strlist(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, AvahiStringList * txt) argument
413 ga_entry_group_add_service(GaEntryGroup * group, const gchar * name, const gchar * type, guint16 port, GError ** error, ...) argument
436 ga_entry_group_add_service_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, ...) argument
464 ga_entry_group_add_record(GaEntryGroup * group, AvahiPublishFlags flags, const gchar * name, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
476 ga_entry_group_add_record_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, guint16 clazz, guint16 type, guint32 ttl, const void *rdata, gsize size, GError ** error) argument
573 ga_entry_group_attach(GaEntryGroup * group, GaClient * client, GError ** error) argument
598 ga_entry_group_commit(GaEntryGroup * group, GError ** error) argument
613 ga_entry_group_reset(GaEntryGroup * group, GError ** error) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/examples/
H A Dcore-publish-service.c36 static AvahiSEntryGroup *group = NULL; variable
44 assert(g == group);
46 /* Called whenever the entry group state changes */
52 /* The entry group has been established successfully */
73 fprintf(stderr, "Entry group failure: %s\n", avahi_strerror(avahi_server_errno(s)));
90 /* If this is the first time we're called, let's create a new entry group */
91 if (!group)
92 if (!(group = avahi_s_entry_group_new(s, entry_group_callback, NULL))) {
103 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, name, "_ipp._tcp", NULL, NULL, 651, "test=blah", r, NULL)) < 0) {
109 if ((ret = avahi_server_add_service(s, group, AVAHI_IF_UNSPE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth.c43 struct wpa_group *group);
46 struct wpa_group *group);
218 if (os_get_random(wpa_auth->group->GMK, WPA_GMK_LEN)) {
235 struct wpa_group *group; local
238 for (group = wpa_auth->group; group; group = group->next) {
239 group
280 wpa_group_set_key_len(struct wpa_group *group, int cipher) argument
302 struct wpa_group *group; local
414 struct wpa_group *group, *prev; local
452 struct wpa_group *group; local
2092 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2120 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2165 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2194 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2217 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2296 struct wpa_group *group; local
2605 struct wpa_group *group; local
2625 struct wpa_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth.c43 struct wpa_group *group);
46 struct wpa_group *group);
218 if (os_get_random(wpa_auth->group->GMK, WPA_GMK_LEN)) {
235 struct wpa_group *group; local
238 for (group = wpa_auth->group; group; group = group->next) {
239 group
280 wpa_group_set_key_len(struct wpa_group *group, int cipher) argument
302 struct wpa_group *group; local
414 struct wpa_group *group, *prev; local
452 struct wpa_group *group; local
2092 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2120 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2165 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2194 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2217 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2296 struct wpa_group *group; local
2605 struct wpa_group *group; local
2625 struct wpa_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dwpa_auth.c43 struct wpa_group *group);
46 struct wpa_group *group);
218 if (os_get_random(wpa_auth->group->GMK, WPA_GMK_LEN)) {
235 struct wpa_group *group; local
238 for (group = wpa_auth->group; group; group = group->next) {
239 group
280 wpa_group_set_key_len(struct wpa_group *group, int cipher) argument
302 struct wpa_group *group; local
414 struct wpa_group *group, *prev; local
452 struct wpa_group *group; local
2092 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2120 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2165 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2194 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2217 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2296 struct wpa_group *group; local
2605 struct wpa_group *group; local
2625 struct wpa_group *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec_ameth.c70 const EC_GROUP *group; local
72 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL)
77 if (EC_GROUP_get_asn1_flag(group)
78 && (nid = EC_GROUP_get_curve_name(group)))
158 EC_GROUP *group; local
168 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
169 if (group == NULL)
171 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
172 if (EC_KEY_set_group(eckey, group) == 0)
174 EC_GROUP_free(group);
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec_ameth.c70 const EC_GROUP *group; local
72 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL)
77 if (EC_GROUP_get_asn1_flag(group)
78 && (nid = EC_GROUP_get_curve_name(group)))
158 EC_GROUP *group; local
168 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(poid));
169 if (group == NULL)
171 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
172 if (EC_KEY_set_group(eckey, group) == 0)
174 EC_GROUP_free(group);
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
268 const EC_GROUP *group; local
375 const EC_GROUP *group; local
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
436 const EC_GROUP *group; local
[all...]

Completed in 363 milliseconds

<<11121314151617181920>>