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

  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 740 struct wpabuf *in_decrypted = NULL; local
754 in_decrypted = data->pending_phase2_req;
779 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
785 in_decrypted);
787 hdr = wpabuf_mhead(in_decrypted);
788 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
790 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
795 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
796 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
803 wpabuf_len(in_decrypted));
    [all...]
eap_tls_common.h 120 struct wpabuf **in_decrypted);
eap_ttls.c 921 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted,
928 pos = wpabuf_mhead(in_decrypted);
929 left = wpabuf_len(in_decrypted);
1161 struct wpabuf *in_decrypted,
1317 struct wpabuf *in_decrypted = NULL; local
    [all...]
eap_fast.c 1295 struct wpabuf *in_decrypted; local
    [all...]
eap_tls_common.c 918 * @in_decrypted: Buffer for returning a pointer to the decrypted message
923 struct wpabuf **in_decrypted)
932 *in_decrypted = tls_connection_decrypt(data->ssl_ctx, data->conn, msg);
934 if (*in_decrypted == NULL) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 1015 struct wpabuf *in_decrypted; local
1032 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1034 if (in_decrypted == NULL) {
1042 in_decrypted);
1049 wpabuf_len(in_decrypted));
1051 wpabuf_free(in_decrypted);
1060 wpabuf_len(in_decrypted));
1061 wpabuf_put_buf(nbuf, in_decrypted);
1062 wpabuf_free(in_decrypted);
1064 in_decrypted = nbuf
    [all...]
eap_server_fast.c 1380 struct wpabuf *in_decrypted; local
    [all...]
eap_server_ttls.c 972 struct wpabuf *in_decrypted; local
989 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
991 if (in_decrypted == NULL) {
999 in_decrypted);
1001 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) {
1003 wpabuf_free(in_decrypted);
1072 wpabuf_free(in_decrypted);
    [all...]

Completed in 102 milliseconds