Searched defs:sess_id (Results 1 - 7 of 7) sorted by relevance

/external/openssh/
H A Djpake.c327 const u_char *sess_id, u_int sess_id_len,
340 buffer_put_string(&b, sess_id, sess_id_len);
354 const u_char *sess_id, u_int sess_id_len,
414 jpake_confirm_hash(*k, my_id, my_id_len, sess_id, sess_id_len,
425 const u_char *sess_id, u_int sess_id_len,
433 jpake_confirm_hash(k, peer_id, peer_id_len, sess_id, sess_id_len,
325 jpake_confirm_hash(const BIGNUM *k, const u_char *endpoint_id, u_int endpoint_id_len, const u_char *sess_id, u_int sess_id_len, u_char **confirm_hash, u_int *confirm_hash_len) argument
349 jpake_key_confirm(struct modp_group *grp, BIGNUM *s, BIGNUM *step2_val, BIGNUM *mypriv2, BIGNUM *mypub1, BIGNUM *mypub2, BIGNUM *theirpub1, BIGNUM *theirpub2, const u_char *my_id, u_int my_id_len, const u_char *their_id, u_int their_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *theirpriv2_s_proof, u_int theirpriv2_s_proof_len, BIGNUM **k, u_char **confirm_hash, u_int *confirm_hash_len) argument
423 jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument
H A Dmonitor_wrap.c1398 const u_char *sess_id, u_int sess_id_len,
1429 const u_char *sess_id, u_int sess_id_len,
1393 mm_jpake_key_confirm(struct modp_group *grp, BIGNUM *s, BIGNUM *step2_val, BIGNUM *mypriv2, BIGNUM *mypub1, BIGNUM *mypub2, BIGNUM *theirpub1, BIGNUM *theirpub2, const u_char *my_id, u_int my_id_len, const u_char *their_id, u_int their_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *theirpriv2_s_proof, u_int theirpriv2_s_proof_len, BIGNUM **k, u_char **confirm_hash, u_int *confirm_hash_len) argument
1427 mm_jpake_check_confirm(const BIGNUM *k, const u_char *peer_id, u_int peer_id_len, const u_char *sess_id, u_int sess_id_len, const u_char *peer_confirm_hash, u_int peer_confirm_hash_len) argument
/external/openssl/ssl/
H A Dt1_lib.c124 const unsigned char *sess_id, int sesslen,
2127 * sess_id: points at the session ID.
2139 const unsigned char *sess_id, int sesslen,
2221 memcpy(sess->session_id, sess_id, sesslen);
2138 tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen, const unsigned char *sess_id, int sesslen, SSL_SESSION **psess) argument
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_server.c51 unsigned int sess_id; member in struct:radius_session
164 radius_server_get_session(struct radius_client *client, unsigned int sess_id) argument
169 if (sess->sess_id == sess_id) {
230 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
240 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
263 sess->sess_id = data->next_sess_id++;
341 RADIUS_DEBUG("New session 0x%x initialized", sess->sess_id);
355 unsigned int sess_id; local
374 sess_id
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c61 unsigned int sess_id; member in struct:radius_session
353 radius_server_get_session(struct radius_client *client, unsigned int sess_id) argument
358 if (sess->sess_id == sess_id) {
413 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
423 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
446 sess->sess_id = data->next_sess_id++;
526 RADIUS_DEBUG("New session 0x%x initialized", sess->sess_id);
540 unsigned int sess_id; local
560 sess_id
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c61 unsigned int sess_id; member in struct:radius_session
353 radius_server_get_session(struct radius_client *client, unsigned int sess_id) argument
358 if (sess->sess_id == sess_id) {
413 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
423 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
446 sess->sess_id = data->next_sess_id++;
526 RADIUS_DEBUG("New session 0x%x initialized", sess->sess_id);
540 unsigned int sess_id; local
560 sess_id
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c61 unsigned int sess_id; member in struct:radius_session
353 radius_server_get_session(struct radius_client *client, unsigned int sess_id) argument
358 if (sess->sess_id == sess_id) {
413 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
423 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
446 sess->sess_id = data->next_sess_id++;
526 RADIUS_DEBUG("New session 0x%x initialized", sess->sess_id);
540 unsigned int sess_id; local
560 sess_id
[all...]

Completed in 131 milliseconds