HomeSort by relevance Sort by last modified time
    Searched refs:send_data (Results 1 - 3 of 3) sorted by null

  /external/openssl/ssl/
ssl_locl.h 753 void ssl2_enc(SSL *s,int send_data);
754 void ssl2_mac(SSL *s,unsigned char *mac,int send_data);
809 int ssl3_enc(SSL *s, int send_data);
810 int ssl3_mac(SSL *ssl, unsigned char *md, int send_data);
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 344 typedef struct send_data /* Used to pass information to sendserver() function */ struct
354 } SEND_DATA;
399 void rc_buildreq __P((SEND_DATA *, int, char *, unsigned short, int, int));
443 int rc_send_server __P((SEND_DATA *, char *, REQUEST_INFO *));
  /external/dbus/dbus/
dbus-auth.c 221 static dbus_bool_t send_data (DBusAuth *auth,
619 if (!send_data (auth, &tmp2))
935 if (!send_data (auth, &tmp))
997 if (send_data (auth, NULL))
1236 send_data (DBusAuth *auth, DBusString *data) function
    [all...]

Completed in 73 milliseconds