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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.h 44 const u8 *dh_blob, size_t dh_blob_len);
tlsv1_cred.c 394 * @dh_blob: DH params as inlined data or %NULL if not used
395 * @dh_blob_len: dh_blob length
399 const u8 *dh_blob, size_t dh_blob_len)
401 if (dh_blob)
402 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
  /external/wpa_supplicant/
tls.h 59 * @dh_blob: dh_file as inlined data or %NULL if not used
60 * @dh_blob_len: dh_blob length
92 const u8 *dh_blob; member in struct:tls_connection_params
eap_tls_common.c 101 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls.h 62 * @dh_blob: dh_file as inlined data or %NULL if not used
63 * @dh_blob_len: dh_blob length
99 const u8 *dh_blob; member in struct:tls_connection_params
tls_internal.c 202 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
258 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.c 129 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,

Completed in 201 milliseconds