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

  /external/wpa_supplicant_8/src/crypto/
tls_none.c 99 struct wpabuf **appl_data)
108 struct wpabuf **appl_data)
tls_internal.c 351 struct wpabuf **appl_data)
353 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data,
361 struct wpabuf **appl_data,
385 if (appl_data) {
387 *appl_data = wpabuf_alloc_ext_data(ad, ad_len);
388 if (*appl_data == NULL)
391 *appl_data = NULL;
405 struct wpabuf **appl_data)
415 if (appl_data)
416 *appl_data = NULL
    [all...]
tls.h 337 * @appl_data: Pointer to application data pointer, or %NULL if dropped
342 * appl_data (if not %NULL) is set to point this data. The caller is
343 * responsible for freeing appl_data.
362 struct wpabuf **appl_data);
367 struct wpabuf **appl_data,
375 * @appl_data: Pointer to application data pointer, or %NULL if dropped
383 struct wpabuf **appl_data);
tls_schannel.c 314 struct wpabuf **appl_data)
324 if (appl_data)
325 *appl_data = NULL;
417 if (appl_data) {
418 *appl_data = wpabuf_alloc_copy(
461 struct wpabuf **appl_data)
tls_openssl.c 2637 struct wpabuf *appl_data; local
    [all...]
tls_gnutls.c 945 struct wpabuf **appl_data)
951 if (appl_data)
952 *appl_data = NULL;
1022 if (conn->pull_buf && appl_data)
1023 *appl_data = gnutls_get_appl_data(conn);
1036 struct wpabuf **appl_data)
1038 return tls_connection_handshake(tls_ctx, conn, in_data, appl_data);
tls_nss.c 449 struct wpabuf **appl_data)
456 if (appl_data)
457 *appl_data = NULL;
496 struct wpabuf **appl_data)
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.h 25 size_t *out_len, u8 **appl_data,
tlsv1_client.c 133 * @appl_data: Pointer to application data pointer, or %NULL if dropped
134 * @appl_data_len: Pointer to variable that is set to appl_data length
141 size_t *out_len, u8 **appl_data,
222 appl_data,
234 no_appl_data = appl_data == NULL || *appl_data == NULL;
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 527 struct wpabuf *appl_data; local
543 appl_data = NULL;
545 msg, &appl_data);
549 if (appl_data &&
553 appl_data);
554 *out_data = appl_data;
558 wpabuf_free(appl_data);
    [all...]

Completed in 277 milliseconds