Searched defs:dh_blob (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls.h | 129 * @dh_blob: dh_file as inlined data or %NULL if not used 130 * @dh_blob_len: dh_blob length 173 const u8 *dh_blob; member in struct:tls_connection_params
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | tlsv1_cred.c | 1253 * @dh_blob: DH params as inlined data or %NULL if not used 1254 * @dh_blob_len: dh_blob length 1258 const u8 *dh_blob, size_t dh_blob_len) 1260 if (dh_blob) 1261 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); 1257 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/crypto/ |
H A D | tls.h | 129 * @dh_blob: dh_file as inlined data or %NULL if not used 130 * @dh_blob_len: dh_blob length 173 const u8 *dh_blob; member in struct:tls_connection_params
|
/external/wpa_supplicant_8/src/tls/ |
H A D | tlsv1_cred.c | 1253 * @dh_blob: DH params as inlined data or %NULL if not used 1254 * @dh_blob_len: dh_blob length 1258 const u8 *dh_blob, size_t dh_blob_len) 1260 if (dh_blob) 1261 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); 1257 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/crypto/ |
H A D | tls.h | 129 * @dh_blob: dh_file as inlined data or %NULL if not used 130 * @dh_blob_len: dh_blob length 173 const u8 *dh_blob; member in struct:tls_connection_params
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | tlsv1_cred.c | 1253 * @dh_blob: DH params as inlined data or %NULL if not used 1254 * @dh_blob_len: dh_blob length 1258 const u8 *dh_blob, size_t dh_blob_len) 1260 if (dh_blob) 1261 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); 1257 tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, const u8 *dh_blob, size_t dh_blob_len) argument
|
Completed in 87 milliseconds