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_internal.c 220 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
279 if (tlsv1_set_dhparams(cred, params->dh_file, params->dh_blob,
tls.h 115 * @dh_blob: dh_file as inlined data or %NULL if not used
116 * @dh_blob_len: dh_blob length
154 const u8 *dh_blob; member in struct:tls_connection_params
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 164 eap_tls_check_blob(sm, &params->dh_file, &params->dh_blob,
    [all...]

Completed in 118 milliseconds