Searched defs:cert_blob (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c153 const char *cert, const u8 *cert_blob,
156 if (cert_blob)
157 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
184 * @cert_blob: cert as inlined data or %NULL if not used
190 const u8 *cert_blob, size_t cert_blob_len,
194 cert_blob, cert_blob_len) < 0)
212 * @cert_blob: cert as inlined data or %NULL if not used
213 * @cert_blob_len: cert_blob length
217 const u8 *cert_blob, size_t cert_blob_len)
220 cert_blob, cert_blob_le
152 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c153 const char *cert, const u8 *cert_blob,
156 if (cert_blob)
157 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
184 * @cert_blob: cert as inlined data or %NULL if not used
190 const u8 *cert_blob, size_t cert_blob_len,
194 cert_blob, cert_blob_len) < 0)
212 * @cert_blob: cert as inlined data or %NULL if not used
213 * @cert_blob_len: cert_blob length
217 const u8 *cert_blob, size_t cert_blob_len)
220 cert_blob, cert_blob_le
152 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c153 const char *cert, const u8 *cert_blob,
156 if (cert_blob)
157 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
184 * @cert_blob: cert as inlined data or %NULL if not used
190 const u8 *cert_blob, size_t cert_blob_len,
194 cert_blob, cert_blob_len) < 0)
212 * @cert_blob: cert as inlined data or %NULL if not used
213 * @cert_blob_len: cert_blob length
217 const u8 *cert_blob, size_t cert_blob_len)
220 cert_blob, cert_blob_le
152 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
189 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument
216 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument
[all...]

Completed in 87 milliseconds