Searched refs:cert_blob (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.h | 36 const u8 *cert_blob, size_t cert_blob_len, 39 const u8 *cert_blob, size_t cert_blob_len);
|
D | tlsv1_cred.c | 158 const char *cert, const u8 *cert_blob, in tlsv1_set_cert_chain() argument 161 if (cert_blob) in tlsv1_set_cert_chain() 162 return tlsv1_add_cert(chain, cert_blob, cert_blob_len); in tlsv1_set_cert_chain() 195 const u8 *cert_blob, size_t cert_blob_len, in tlsv1_set_ca_cert() argument 233 cred->ca_cert_verify = cert || cert_blob || path; in tlsv1_set_ca_cert() 236 cert_blob, cert_blob_len) < 0) in tlsv1_set_ca_cert() 259 const u8 *cert_blob, size_t cert_blob_len) in tlsv1_set_cert() argument 262 cert_blob, cert_blob_len); in tlsv1_set_cert()
|
/external/curl/lib/vtls/ |
D | schannel_verify.c | 201 CERT_BLOB cert_blob; in add_certs_to_store() local 208 cert_blob.pbData = (BYTE *)begin_cert_ptr; in add_certs_to_store() 209 cert_blob.cbData = cert_size; in add_certs_to_store() 211 &cert_blob, in add_certs_to_store()
|