Searched defs:dh_blob (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant/
H A Dtls.h59 * @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
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls.h62 * @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
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c394 * @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);
398 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c465 * @dh_blob: DH params as inlined data or %NULL if not used
466 * @dh_blob_len: dh_blob length
470 const u8 *dh_blob, size_t dh_blob_len)
472 if (dh_blob)
473 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
469 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c465 * @dh_blob: DH params as inlined data or %NULL if not used
466 * @dh_blob_len: dh_blob length
470 const u8 *dh_blob, size_t dh_blob_len)
472 if (dh_blob)
473 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
469 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c465 * @dh_blob: DH params as inlined data or %NULL if not used
466 * @dh_blob_len: dh_blob length
470 const u8 *dh_blob, size_t dh_blob_len)
472 if (dh_blob)
473 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len);
469 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h106 * @dh_blob: dh_file as inlined data or %NULL if not used
107 * @dh_blob_len: dh_blob length
143 const u8 *dh_blob; member in struct:tls_connection_params
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h106 * @dh_blob: dh_file as inlined data or %NULL if not used
107 * @dh_blob_len: dh_blob length
143 const u8 *dh_blob; member in struct:tls_connection_params
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h106 * @dh_blob: dh_file as inlined data or %NULL if not used
107 * @dh_blob_len: dh_blob length
143 const u8 *dh_blob; member in struct:tls_connection_params

Completed in 144 milliseconds