Home
last modified time | relevance | path

Searched defs:cert_blob (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c158 const char *cert, const u8 *cert_blob, in tlsv1_set_cert_chain()
195 const u8 *cert_blob, size_t cert_blob_len, in tlsv1_set_ca_cert()
259 const u8 *cert_blob, size_t cert_blob_len) in tlsv1_set_cert()
/aosp_15_r20/external/curl/lib/vtls/
H A Dwolfssl.c1009 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1() local
1055 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1() local
H A Dschannel_verify.c140 CERT_BLOB cert_blob; in add_certs_data_to_store() local
H A Dopenssl.c1297 const struct curl_blob *cert_blob, in cert_stuff()
/aosp_15_r20/system/security/keystore2/src/
H A Ddatabase.rs2205 let mut cert_blob: Option<Vec<u8>> = None; in load_blob_components() localVariable
/aosp_15_r20/external/curl/lib/
H A Durldata.h299 struct curl_blob *cert_blob; member