Lines Matching refs:in_decrypted
1079 u8 *in_decrypted = NULL, *pos; in eap_ttls_decrypt() local
1105 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1109 os_free(in_decrypted); in eap_ttls_decrypt()
1110 in_decrypted = NULL; in eap_ttls_decrypt()
1139 in_decrypted = os_malloc(buf_len); in eap_ttls_decrypt()
1140 if (in_decrypted == NULL) { in eap_ttls_decrypt()
1146 hdr = (struct eap_hdr *) in_decrypted; in eap_ttls_decrypt()
1150 in_decrypted[sizeof(*hdr)] = EAP_TYPE_IDENTITY; in eap_ttls_decrypt()
1162 in_decrypted = os_malloc(buf_len); in eap_ttls_decrypt()
1163 if (in_decrypted == NULL) { in eap_ttls_decrypt()
1174 msg, msg_len, in_decrypted, buf_len); in eap_ttls_decrypt()
1206 in_decrypted, len_decrypted); in eap_ttls_decrypt()
1217 pos = in_decrypted; in eap_ttls_decrypt()
1471 os_memcpy(data->pending_phase2_req, in_decrypted, in eap_ttls_decrypt()
1478 os_free(in_decrypted); in eap_ttls_decrypt()