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

  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 38 const u8 *dh_blob, size_t dh_blob_len);
tlsv1_cred.c 478 * @dh_blob: DH params as inlined data or %NULL if not used
479 * @dh_blob_len: dh_blob length
483 const u8 *dh_blob, size_t dh_blob_len)
485 if (dh_blob)
486 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
  /external/wpa_supplicant_8/src/crypto/
tls.h 108 * @dh_blob: dh_file as inlined data or %NULL if not used
109 * @dh_blob_len: dh_blob length
144 const u8 *dh_blob; member in struct:tls_connection_params
tls_internal.c 196 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
255 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 150 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
    [all...]

Completed in 47 milliseconds