HomeSort by relevance Sort by last modified time
    Searched full:radius (Results 1 - 25 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/plugins/radius/
pppd-radius.8 1 .\" manual page [] for RADIUS plugin for pppd 2.4
2 .\" $Id: pppd-radius.8,v 1.5 2004/03/26 13:27:17 kad Exp $
8 .TH PPPD-RADIUS 8
10 radius.so \- RADIUS authentication plugin for
17 plugin radius.so
20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
21 MS-CHAPv2 authentication against a RADIUS server instead of the usual
27 The RADIUS plugin is built on a library called
30 consult those files for more information on configuring the RADIUS
    [all...]
pppd-radattr.8 10 radattr.so \- RADIUS utility plugin for
17 plugin radius.so plugin radattr.so
20 The radattr plugin for pppd causes all radius attributes returned by
21 the RADIUS server at authentication time to be stored in the file
25 is the name of the PPP interface. The RADIUS attributes are stored
32 load the radius.so plugin before loading the radattr.so plugin;
33 radattr.so depends on symbols defined in radius.so.
37 .B plugin radius.so plugin radattr.so
41 .BR pppd (8) " pppd-radius" (8)
Makefile.linux 1 # Makefile for RADIUS plugin
14 PLUGIN=radius.so radattr.so radrealms.so
39 $(INSTALL) -s -c -m 755 radius.so $(LIBDIR)
42 $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
45 radius.so: radius.o libradiusclient.a
46 $(CC) -o radius.so -shared radius.o libradiusclient.a
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 21 /** Create a shader that draws a radial gradient given the center and radius.
22 @param x The x-coordinate of the center of the radius
23 @param y The y-coordinate of the center of the radius
24 @param radius Must be positive. The radius of the circle for this gradient
31 public RadialGradient(float x, float y, float radius,
33 if (radius <= 0) {
34 throw new IllegalArgumentException("radius must be > 0");
42 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt);
45 /** Create a shader that draws a radial gradient given the center and radius
    [all...]
CornerPathEffect.java 24 * the specified radius.
25 * @param radius Amount to round sharp angles between line segments.
27 public CornerPathEffect(float radius) {
28 native_instance = nativeCreate(radius);
31 private static native int nativeCreate(float radius);
BlurMaskFilter.java 20 * This takes a mask, and blurs its edge by the specified radius. Whether or
42 * @param radius The radius to extend the blur from the original mask. Must be > 0.
46 public BlurMaskFilter(float radius, Blur style) {
47 native_instance = nativeConstructor(radius, style.native_int);
50 private static native int nativeConstructor(float radius, int style);
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 2 * hostapd / RADIUS client
18 #include "radius.h"
22 /* Defaults for RADIUS retransmit values (exponential backoff) */
31 #define RADIUS_CLIENT_NUM_FAILOVER 4 /* try to change RADIUS server after this
45 /* RADIUS message retransmit list */
47 u8 addr[ETH_ALEN]; /* STA/client address; used to find RADIUS messages
70 int auth_serv_sock; /* socket for authentication RADIUS messages */
71 int acct_serv_sock; /* socket for accounting RADIUS messages */
90 radius_change_server(struct radius_client_data *radius,
94 static int radius_client_init_acct(struct radius_client_data *radius);
215 struct radius_client_data *radius = eloop_ctx; local
504 struct radius_client_data *radius = eloop_ctx; local
891 struct radius_client_data *radius = eloop_ctx; local
1043 struct radius_client_data *radius; local
    [all...]
radius_client.h 2 * hostapd / RADIUS client
45 /* @ClientPendingRequests: length of hapd->radius->msgs for matching
50 /* RADIUS Authentication and Accounting servers in priority order */
71 * RADIUS Accounting packages for the same STA
84 int radius_client_register(struct radius_client_data *radius,
91 int radius_client_send(struct radius_client_data *radius,
94 u8 radius_client_get_id(struct radius_client_data *radius);
96 void radius_client_flush(struct radius_client_data *radius, int only_auth);
99 void radius_client_deinit(struct radius_client_data *radius);
100 void radius_client_flush_auth(struct radius_client_data *radius, u8 *addr)
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
buildbot.css 53 border-radius: 5px;
54 -webkit-border-radius: 5px;
55 -moz-border-radius: 5px;
60 border-radius: 5px;
61 -webkit-border-radius: 5px;
62 -moz-border-radius: 5px;
66 border-top-left-radius: 10px;
67 -webkit-border-top-left-radius: 10px;
68 -moz-border-radius-topleft: 10px;
74 border-top-left-radius: 0px
    [all...]
  /external/wpa_supplicant/
radius_client.c 2 * hostapd / RADIUS client
18 #include "radius.h"
22 /* Defaults for RADIUS retransmit values (exponential backoff) */
31 #define RADIUS_CLIENT_NUM_FAILOVER 4 /* try to change RADIUS server after this
44 /* RADIUS message retransmit list */
46 u8 addr[ETH_ALEN]; /* STA/client address; used to find RADIUS messages
69 int auth_serv_sock; /* socket for authentication RADIUS messages */
70 int acct_serv_sock; /* socket for accounting RADIUS messages */
89 radius_change_server(struct radius_client_data *radius,
93 static int radius_client_init_acct(struct radius_client_data *radius);
214 struct radius_client_data *radius = eloop_ctx; local
503 struct radius_client_data *radius = eloop_ctx; local
835 struct radius_client_data *radius = eloop_ctx; local
967 struct radius_client_data *radius; local
    [all...]
radius_client.h 2 * hostapd / RADIUS client
45 /* @ClientPendingRequests: length of hapd->radius->msgs for matching
50 /* RADIUS Authentication and Accounting servers in priority order */
68 * RADIUS Accounting packages for the same STA
81 int radius_client_register(struct radius_client_data *radius,
88 int radius_client_send(struct radius_client_data *radius,
91 u8 radius_client_get_id(struct radius_client_data *radius);
93 void radius_client_flush(struct radius_client_data *radius, int only_auth);
96 void radius_client_deinit(struct radius_client_data *radius);
97 void radius_client_flush_auth(struct radius_client_data *radius, u8 *addr)
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf-radius 26 auth_source radius;
27 conf_source radius;
28 accounting radius;
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and serve
    [all...]
radiusclient.conf.in 4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and serve
    [all...]
realms 3 # Handle realm @netservers.co.uk on an internal RADIUS server
20 # through to the standard radius plugin which uses the servers in the
  /external/skia/src/animator/
SkDrawBlur.cpp 24 SK_MEMBER(radius, Float)
31 SkDrawBlur::SkDrawBlur() : radius(-1),
36 if (radius < 0)
38 return SkBlurMaskFilter::Create(radius, (SkBlurMaskFilter::BlurStyle) blurStyle);
SkDrawEmboss.cpp 25 SK_MEMBER(radius, Float),
33 SkDrawEmboss::SkDrawEmboss() : radius(-1) {
38 if (radius < 0 || direction.count() !=3)
40 return SkBlurMaskFilter::CreateEmboss(direction.begin(), ambient, specular, radius);
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 40 * Specify radius for the corners of the rectangle. If this is > 0, then the
42 * @param radius the radius for the corners of the rectangle
44 public void setCornerRadius(float radius) {
46 if (radius > 0) {
49 radii[i] = radius;
77 int radius = a.getDimensionPixelSize( local
79 setCornerRadius(radius);
84 com.android.internal.R.styleable.DrawableCorners_topLeftRadius, radius);
86 com.android.internal.R.styleable.DrawableCorners_topRightRadius, radius);
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 25 SkBlurMaskFilterImpl(SkScalar radius, SkBlurMaskFilter::BlurStyle style);
48 SkMaskFilter* SkBlurMaskFilter::Create(SkScalar radius, SkBlurMaskFilter::BlurStyle style)
50 if (radius <= 0 || (unsigned)style >= SkBlurMaskFilter::kBlurStyleCount)
53 return SkNEW_ARGS(SkBlurMaskFilterImpl, (radius, style));
58 SkBlurMaskFilterImpl::SkBlurMaskFilterImpl(SkScalar radius, SkBlurMaskFilter::BlurStyle style)
59 : fRadius(radius), fBlurStyle(style)
72 SkASSERT(radius >= 0);
83 SkScalar radius = matrix.mapRadius(fRadius); local
85 // handset) we limit the radius so something manageable. (as opposed to
88 radius = SkMinScalar(radius, MAX_RADIUS)
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 59 * radius r0 to radius r1 about the center point (cx, cy),
63 * @param radius the radius of the outer rim of the clock
67 * @param r0 the starting radius for the line
68 * @param r1 the ending radius for the line
71 float radius, float pos, float cx, float cy, float r0, float r1) {
83 float norm = (radius / 2.0f) / (float) Math.sqrt(ox * ox + oy * oy);
186 * @param radius the radius of the clock fac
    [all...]
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 35 private final VariableInt radius; field in class:CircleSprite
43 * @param radius the variable radius of the circle.
48 VariableInt radius)
53 this.radius = radius;
63 int r = radius.getInt(time);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 43 private static final int RADIUS = 20;
59 PathEffect effect = new CornerPathEffect(RADIUS);
75 RectF oval = new RectF(BITMAP_WIDTH - PADDING - 2 * RADIUS, PADDING,
76 BITMAP_WIDTH - PADDING, PADDING + 2 * RADIUS);
102 int straightLines = BITMAP_WIDTH - PADDING - RADIUS + BITMAP_HEIGHT - PADDING - RADIUS;
106 assertTrue(cornerPixels < 2 * RADIUS);
109 assertFalse(cornerPixels > RADIUS);
  /external/skia/src/core/
SkStrokerPriv.cpp 96 /* In the degenerate case that the stroke radius is larger than our segments
110 SkScalar radius, SkScalar invMiterLimit, bool, bool)
113 afterUnitNormal.scale(radius, &after);
127 SkScalar radius, SkScalar invMiterLimit, bool, bool)
149 matrix.setScale(radius, radius);
159 after.scale(radius);
172 SkScalar radius, SkScalar invMiterLimit,
208 mid.set(SkScalarMul(before.fX + after.fX, radius),
209 SkScalarMul(before.fY + after.fY, radius));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/
Makefile 1 SUBDIRS=common crypto drivers hlr_auc_gw eapol_supp eap_common eap_peer eap_server l2_packet radius rsn_supp tls utils wps
  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 20 static SkMaskFilter* createBlur(JNIEnv* env, jobject, float radius, int blurStyle) {
21 SkMaskFilter* filter = SkBlurMaskFilter::Create(SkFloatToScalar(radius),
27 static SkMaskFilter* createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, float ambient, float specular, float radius) {
39 SkFloatToScalar(radius));

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>