Searched defs:cert_blob (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | tlsv1_cred.c | 158 const char *cert, const u8 *cert_blob, 161 if (cert_blob) 162 return tlsv1_add_cert(chain, cert_blob, cert_blob_len); 189 * @cert_blob: cert as inlined data or %NULL if not used 195 const u8 *cert_blob, size_t cert_blob_len, 233 cred->ca_cert_verify = cert || cert_blob || path; 236 cert_blob, cert_blob_len) < 0) 254 * @cert_blob: cert as inlined data or %NULL if not used 255 * @cert_blob_len: cert_blob length 259 const u8 *cert_blob, size_ 157 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument 194 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument 258 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 D | tlsv1_cred.c | 158 const char *cert, const u8 *cert_blob, 161 if (cert_blob) 162 return tlsv1_add_cert(chain, cert_blob, cert_blob_len); 189 * @cert_blob: cert as inlined data or %NULL if not used 195 const u8 *cert_blob, size_t cert_blob_len, 233 cred->ca_cert_verify = cert || cert_blob || path; 236 cert_blob, cert_blob_len) < 0) 254 * @cert_blob: cert as inlined data or %NULL if not used 255 * @cert_blob_len: cert_blob length 259 const u8 *cert_blob, size_ 157 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument 194 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument 258 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 D | tlsv1_cred.c | 158 const char *cert, const u8 *cert_blob, 161 if (cert_blob) 162 return tlsv1_add_cert(chain, cert_blob, cert_blob_len); 189 * @cert_blob: cert as inlined data or %NULL if not used 195 const u8 *cert_blob, size_t cert_blob_len, 233 cred->ca_cert_verify = cert || cert_blob || path; 236 cert_blob, cert_blob_len) < 0) 254 * @cert_blob: cert as inlined data or %NULL if not used 255 * @cert_blob_len: cert_blob length 259 const u8 *cert_blob, size_ 157 tlsv1_set_cert_chain(struct x509_certificate **chain, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument 194 tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len, const char *path) argument 258 tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, const u8 *cert_blob, size_t cert_blob_len) argument [all...] |
Completed in 119 milliseconds