Home
last modified time | relevance | path

Searched refs:curl_blob (Results 1 – 25 of 27) sorted by relevance

12

/curl/lib/
H A Dsetopt.h28 CURLcode Curl_setblobopt(struct curl_blob **blobp,
29 const struct curl_blob *blob) WARN_UNUSED_RESULT;
H A Dsetopt.c81 CURLcode Curl_setblobopt(struct curl_blob **blobp, in Curl_setblobopt()
82 const struct curl_blob *blob) in Curl_setblobopt()
90 struct curl_blob *nblob; in Curl_setblobopt()
93 nblob = (struct curl_blob *) in Curl_setblobopt()
94 malloc(sizeof(struct curl_blob) + in Curl_setblobopt()
101 nblob->data = (char *)nblob + sizeof(struct curl_blob); in Curl_setblobopt()
1780 va_arg(param, struct curl_blob *)); in Curl_vsetopt()
1795 va_arg(param, struct curl_blob *)); in Curl_vsetopt()
1826 va_arg(param, struct curl_blob *)); in Curl_vsetopt()
1841 va_arg(param, struct curl_blob *)); in Curl_vsetopt()
[all …]
H A Durldata.h298 struct curl_blob *cert_blob;
299 struct curl_blob *ca_info_blob;
300 struct curl_blob *issuercert_blob;
322 struct curl_blob *key_blob;
1694 struct curl_blob *blobs[BLOB_LAST];
H A Deasy.c877 memset(dst->set.blobs, 0, BLOB_LAST * sizeof(struct curl_blob *)); in dupset()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_SSLKEY_BLOB.md28 struct curl_blob *blob);
33 Pass a pointer to a curl_blob structure that contains information (pointer and
38 If the blob is initialized with the flags member of struct curl_blob set to
63 struct curl_blob blob;
H A DCURLOPT_SSLKEY_BLOB.md28 struct curl_blob *blob);
33 Pass a pointer to a curl_blob structure, which contains information (pointer
37 If the blob is initialized with the flags member of struct curl_blob set to
65 struct curl_blob blob;
H A DCURLOPT_SSLCERT_BLOB.md32 struct curl_blob *stblob);
37 Pass a pointer to a curl_blob structure, which contains (pointer and size) a
43 If the blob is initialized with the flags member of struct curl_blob set to
68 struct curl_blob stblob;
H A DCURLOPT_CAINFO_BLOB.md35 struct curl_blob *stblob);
40 Pass a pointer to a curl_blob structure, which contains information (pointer
44 If the blob is initialized with the flags member of struct curl_blob set to
70 struct curl_blob blob;
H A DCURLOPT_PROXY_CAINFO_BLOB.md37 struct curl_blob *stblob);
44 Pass a pointer to a curl_blob structure, which contains information (pointer
48 If the blob is initialized with the flags member of struct curl_blob set to
74 struct curl_blob blob;
H A DCURLOPT_PROXY_SSLCERT_BLOB.md31 struct curl_blob *blob);
36 Pass a pointer to a curl_blob structure, which contains information (pointer
42 If the blob is initialized with the flags member of struct curl_blob set to
67 struct curl_blob blob;
H A DCURLOPT_ISSUERCERT_BLOB.md29 struct curl_blob *stblob);
34 Pass a pointer to a curl_blob structure, which contains information (pointer
51 If the blob is initialized with the flags member of struct curl_blob set to
76 struct curl_blob blob;
H A DCURLOPT_PROXY_ISSUERCERT_BLOB.md30 struct curl_blob *blob);
35 Pass a pointer to a curl_blob struct, which contains information (pointer and
52 If the blob is initialized with the flags member of struct curl_blob set to
77 struct curl_blob blob;
/curl/tests/libtest/
H A Dlib678.c70 struct curl_blob blob; in test_cert_blob()
107 struct curl_blob blob = {0}; in test()
/curl/include/curl/
H A Deasy.h34 struct curl_blob { struct
/curl/docs/libcurl/
H A Dcurl_easy_option_next.md56 CURLOT_BLOB, /* blob (struct curl_blob *) */
/curl/lib/vtls/
H A Dvtls.c103 static CURLcode blobdup(struct curl_blob **dest, in blobdup()
104 struct curl_blob *src) in blobdup()
110 struct curl_blob *d; in blobdup()
111 d = malloc(sizeof(struct curl_blob) + src->len); in blobdup()
118 d->data = (void *)((char *)d + sizeof(struct curl_blob)); in blobdup()
126 static bool blobcmp(struct curl_blob *first, struct curl_blob *second) in blobcmp()
H A Dwolfssl.c379 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in populate_x509_store()
874 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1()
875 const struct curl_blob *key_blob = ssl_config->key_blob; in wolfssl_connect_step1()
920 const struct curl_blob *cert_blob = ssl_config->primary.cert_blob; in wolfssl_connect_step1()
921 const struct curl_blob *key_blob = ssl_config->key_blob; in wolfssl_connect_step1()
H A Dmbedtls.c558 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob;
566 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob;
740 const struct curl_blob *ssl_key_blob = ssl_config->key_blob;
H A Dopenssl.c1156 SSL_CTX_use_certificate_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_certificate_blob()
1194 SSL_CTX_use_PrivateKey_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_PrivateKey_blob()
1224 SSL_CTX_use_certificate_chain_blob(SSL_CTX *ctx, const struct curl_blob *blob, in SSL_CTX_use_certificate_chain_blob()
1297 const struct curl_blob *cert_blob, in cert_stuff()
1300 const struct curl_blob *key_blob, in cert_stuff()
2943 const struct curl_blob *ca_info_blob) in load_cacert_from_memory()
3150 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in populate_x509_store()
3495 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob; in Curl_ossl_ctx_init()
H A Dsectransp.c585 const struct curl_blob *blob, in CopyIdentityFromPKCS12File()
1038 const struct curl_blob *ssl_cablob = conn_config->ca_info_blob;
1044 const struct curl_blob *ssl_cert_blob = ssl_config->primary.cert_blob;
1652 const struct curl_blob *ca_info_blob,
H A Dschannel_verify.c661 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in Curl_verify_certificate()
H A Drustls.c538 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in cr_init_backend()
H A Dbearssl.c540 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in bearssl_connect_step1()
/curl/packages/OS400/
H A Dccsidcurl.c1253 struct curl_blob *bp = va_arg(arg, struct curl_blob *); in curl_easy_setopt_ccsid()
1254 struct curl_blob blob; in curl_easy_setopt_ccsid()
/curl/src/
H A Dtool_operate.c1710 struct curl_blob blob; in single_transfer()
1724 struct curl_blob blob; in single_transfer()
1836 struct curl_blob structblob; in single_transfer()
1879 struct curl_blob structblob; in single_transfer()

Completed in 138 milliseconds

12