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

  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 326 int eap_eke_derive_key(struct eap_eke_session *sess,
337 os_memset(zeros, 0, sess->prf_len);
338 if (eap_eke_prf(sess->prf, zeros, sess->prf_len,
342 temp, sess->prf_len);
352 if (eap_eke_prfplus(sess->prf, temp, sess->prf_len,
365 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
372 dh_len = eap_eke_dh_len(sess->dhgroup);
382 if (sess->encr != EAP_EKE_ENCR_AES128_CBC
    [all...]
eap_eke_common.h 81 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr,
83 void eap_eke_session_clean(struct eap_eke_session *sess);
85 int eap_eke_derive_key(struct eap_eke_session *sess,
89 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
91 int eap_eke_shared_secret(struct eap_eke_session *sess, const u8 *key,
93 int eap_eke_derive_ke_ki(struct eap_eke_session *sess,
96 int eap_eke_derive_ka(struct eap_eke_session *sess,
100 int eap_eke_derive_msk(struct eap_eke_session *sess,
105 int eap_eke_prot(struct eap_eke_session *sess,
108 int eap_eke_decrypt_prot(struct eap_eke_session *sess,
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_session.py 11 sess = environ['paste.session.factory']()
14 sess = environ['paste.session.factory']()
15 if 'info' in sess:
16 body = str(sess['info'])
24 sess = environ['paste.session.factory']()
25 sess['info'] = info[0]
28 sess = environ['paste.session.factory']()
29 sess['info'] = info[0]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 362 void srv_log(struct radius_session *sess, const char *fmt, ...)
365 void srv_log(struct radius_session *sess, const char *fmt, ...)
382 RADIUS_DEBUG("[0x%x %s] %s", sess->sess_id, sess->nas_ip, buf);
385 if (sess->server->db) {
392 sess->sess_id, sess->nas_ip,
393 sess->username, buf);
395 if (sqlite3_exec(sess->server->db, sql, NULL, NULL,
398 sqlite3_errmsg(sess->server->db))
451 struct radius_session *sess = client->sessions; local
510 struct radius_session *sess = timeout_ctx; local
519 struct radius_session *sess = timeout_ctx; local
530 struct radius_session *sess; local
627 struct radius_session *sess; local
999 struct radius_session *sess; local
2033 struct radius_session *sess = ctx; local
2056 struct radius_session *sess = ctx; local
2065 struct radius_session *sess = ctx; local
2074 struct radius_session *sess = ctx; local
2084 struct radius_session *sess = ctx; local
2100 struct radius_session *sess = ctx; local
2135 struct radius_session *s, *sess = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 29 struct eap_eke_session sess; member in struct:eap_eke_data
104 eap_eke_session_clean(&data->sess);
253 if (eap_eke_derive_key(&data->sess, sm->user->password,
262 msg = eap_eke_build_msg(data, id, data->sess.dhcomp_len,
277 if (eap_eke_dh_init(data->sess.dhgroup, data->dh_priv, pub) < 0) {
283 if (eap_eke_dhcomp(&data->sess, data->key, pub,
284 wpabuf_put(msg, data->sess.dhcomp_len))
313 plen = data->sess.pnonce_ps_len + data->sess.prf_len;
320 if (random_get_bytes(data->nonce_s, data->sess.nonce_len))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 27 struct eap_eke_session sess; member in struct:eap_eke_data
137 eap_eke_session_clean(&data->sess);
210 eap_eke_session_clean(&data->sess);
284 if (eap_eke_session_init(&data->sess, prop[0], prop[1], prop[2],
389 if (pos + data->sess.dhcomp_len > end) {
396 pos, data->sess.dhcomp_len);
398 pos += data->sess.dhcomp_len;
405 if (eap_eke_derive_key(&data->sess, password, password_len,
417 if (eap_eke_dh_init(data->sess.dhgroup, data->dh_priv, pub) < 0) {
424 if (eap_eke_shared_secret(&data->sess, key, data->dh_priv, dhcomp) < 0
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 131 SSLSession sess = clientSslContext.getClientSessionContext().getSession(id); local
132 assertNotNull("Could not find session for id " + id, sess);
134 assertTrue(sess instanceof ExtendedSSLSession);
136 (ExtendedSSLSession) sess);
138 assertSSLSessionsEqual(clientSession, sess);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 846 static void remove_session_cb(SSL_CTX *ctx, SSL_SESSION *sess)
852 buf = SSL_SESSION_get_ex_data(sess, tls_ex_idx_session);
856 "OpenSSL: Free application session data %p (sess %p)",
857 buf, sess);
860 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, NULL);
4272 SSL_SESSION *sess; local
4310 SSL_SESSION *sess; local
4321 SSL_SESSION *sess; local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 

Completed in 730 milliseconds