Lines Matching defs:blob
1130 SSL_CTX_use_certificate_blob(SSL_CTX *ctx, const struct curl_blob *blob,
1135 /* the typecast of blob->len is fine since it is guaranteed to never be
1137 BIO *in = BIO_new_mem_buf(blob->data, (int)(blob->len));
1168 SSL_CTX_use_PrivateKey_blob(SSL_CTX *ctx, const struct curl_blob *blob,
1173 BIO *in = BIO_new_mem_buf(blob->data, (int)(blob->len));
1198 SSL_CTX_use_certificate_chain_blob(SSL_CTX *ctx, const struct curl_blob *blob,
1208 BIO *in = BIO_new_mem_buf(blob->data, (int)(blob->len));
1261 (void)blob; /* unused */
1440 cert_blob ? "(memory blob)" : cert_file);
1535 key_file?key_file:"(memory blob)", key_type?key_type:"PEM");
3180 CURL_TRC_CF(data, cf, "populate_x509_store, path=%s, blob=%d",
3190 https://github.com/d3x0r/SACK/blob/master/src/netlib/ssl_layer.c#L1037
3217 failf(data, "error importing CA certificate blob");
3222 infof(data, "successfully imported CA certificate blob");