Searched refs:curl_blob (Results 1 – 12 of 12) sorted by relevance
/third_party/curl/lib/ |
D | setopt.h | 26 CURLcode Curl_setblobopt(struct curl_blob **blobp, 27 const struct curl_blob *blob);
|
D | setopt.c | 83 CURLcode Curl_setblobopt(struct curl_blob **blobp, in Curl_setblobopt() 84 const struct curl_blob *blob) in Curl_setblobopt() 92 struct curl_blob *nblob; in Curl_setblobopt() 95 nblob = (struct curl_blob *) in Curl_setblobopt() 96 malloc(sizeof(struct curl_blob) + in Curl_setblobopt() 103 nblob->data = (char *)nblob + sizeof(struct curl_blob); in Curl_setblobopt() 1696 va_arg(param, struct curl_blob *)); in Curl_vsetopt() 1711 va_arg(param, struct curl_blob *)); in Curl_vsetopt() 1742 va_arg(param, struct curl_blob *)); in Curl_vsetopt() 1757 va_arg(param, struct curl_blob *)); in Curl_vsetopt() [all …]
|
D | urldata.h | 257 struct curl_blob *cert_blob; 258 struct curl_blob *ca_info_blob; 259 struct curl_blob *issuercert_blob; 280 struct curl_blob *key_blob; 1753 struct curl_blob *blobs[BLOB_LAST];
|
D | easy.c | 788 memset(dst->set.blobs, 0, BLOB_LAST * sizeof(struct curl_blob *)); in dupset()
|
/third_party/curl/tests/libtest/ |
D | lib678.c | 68 struct curl_blob blob; in test_cert_blob() 105 struct curl_blob blob = {0}; in test()
|
/third_party/curl/include/curl/ |
D | easy.h | 32 struct curl_blob { struct
|
/third_party/curl/lib/vtls/ |
D | vtls.c | 94 static CURLcode blobdup(struct curl_blob **dest, in blobdup() 95 struct curl_blob *src) in blobdup() 101 struct curl_blob *d; in blobdup() 102 d = malloc(sizeof(struct curl_blob) + src->len); in blobdup() 109 d->data = (void *)((char *)d + sizeof(struct curl_blob)); in blobdup() 117 static bool blobcmp(struct curl_blob *first, struct curl_blob *second) in blobcmp()
|
D | openssl.c | 600 SSL_CTX_use_certificate_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_certificate_blob() 638 SSL_CTX_use_PrivateKey_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_PrivateKey_blob() 668 SSL_CTX_use_certificate_chain_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_certificate_chain_blob() 741 const struct curl_blob *cert_blob, in cert_stuff() 744 const struct curl_blob *key_blob, in cert_stuff() 2524 const struct curl_blob *ca_info_blob) in load_cacert_from_memory() 2611 const struct curl_blob *ssl_cert_blob = SSL_SET_OPTION(primary.cert_blob); in ossl_connect_step1() 2612 const struct curl_blob *ca_info_blob = SSL_CONN_CONFIG(ca_info_blob); in ossl_connect_step1()
|
D | mbedtls.c | 257 const struct curl_blob *ssl_cert_blob = SSL_SET_OPTION(primary.cert_blob); in mbed_connect_step1() 368 const struct curl_blob *ssl_key_blob = SSL_SET_OPTION(key_blob); in mbed_connect_step1()
|
D | sectransp.c | 1203 const struct curl_blob *blob, in CopyIdentityFromPKCS12File() 1665 const struct curl_blob *ssl_cablob = SSL_CONN_CONFIG(ca_info_blob); 1671 const struct curl_blob *ssl_cert_blob = SSL_SET_OPTION(primary.cert_blob); 2391 const struct curl_blob *ca_info_blob,
|
D | schannel_verify.c | 619 const struct curl_blob *ca_info_blob = SSL_CONN_CONFIG(ca_info_blob); in Curl_verify_certificate()
|
/third_party/curl/src/ |
D | tool_operate.c | 1512 struct curl_blob structblob; in single_transfer() 1555 struct curl_blob structblob; in single_transfer()
|