Lines Matching refs:data

641     unsigned char *data = NULL;  in PEM_ASN1_read_bio_secmem()  local
648 if (!PEM_bytes_read_bio_secmem(&data, &len, NULL, name, bp, cb, u)) in PEM_ASN1_read_bio_secmem()
650 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u)) in PEM_ASN1_read_bio_secmem()
653 p = data; in PEM_ASN1_read_bio_secmem()
665 OPENSSL_secure_clear_free(data, len); in PEM_ASN1_read_bio_secmem()
667 OPENSSL_cleanse(data, len); in PEM_ASN1_read_bio_secmem()
668 OPENSSL_free(data); in PEM_ASN1_read_bio_secmem()
820 const buffer *b = &((data_string *)p->cafiles->data[i])->value; in mod_openssl_load_ca_files()
1310 char *data = fdevent_load_file(file, &dlen, errh, malloc, free); in mod_openssl_load_pem_file() local
1311 if (NULL == data) return NULL; in mod_openssl_load_pem_file()
1313 BIO *in = BIO_new_mem_buf(data, (int)dlen); in mod_openssl_load_pem_file()
1317 if (dlen) ck_memzero(data, dlen); in mod_openssl_load_pem_file()
1318 free(data); in mod_openssl_load_pem_file()
1322 int is_pem = (NULL != strstr(data, "-----")); in mod_openssl_load_pem_file()
1340 if (dlen) ck_memzero(data, dlen); in mod_openssl_load_pem_file()
1341 free(data); in mod_openssl_load_pem_file()
1350 char *data = fdevent_load_file(file, &dlen, errh, malloc, free); in mod_openssl_evp_pkey_load_pem_file() local
1351 if (NULL == data) return NULL; in mod_openssl_evp_pkey_load_pem_file()
1353 BIO *in = BIO_new_mem_buf(data, (int)dlen); in mod_openssl_evp_pkey_load_pem_file()
1355 x = (NULL != strstr(data, "-----")) in mod_openssl_evp_pkey_load_pem_file()
1360 if (dlen) ck_memzero(data, dlen); in mod_openssl_evp_pkey_load_pem_file()
1361 free(data); in mod_openssl_evp_pkey_load_pem_file()
1397 char *data = fdevent_load_file(file, &dlen, errh, malloc, free); in mod_openssl_load_stapling_file() local
1398 if (NULL == data) return NULL; in mod_openssl_load_stapling_file()
1406 b->ptr = data; in mod_openssl_load_stapling_file()
1413 BIO *in = BIO_new_mem_buf(data, (int)dlen); in mod_openssl_load_stapling_file()
1417 free(data); in mod_openssl_load_stapling_file()
1423 free(data); in mod_openssl_load_stapling_file()
1458 if (NULL == asn1time || NULL == asn1time->data) return -1; in mod_openssl_asn1_time_to_posix()
1459 const char *s = (const char *)asn1time->data; in mod_openssl_asn1_time_to_posix()
1977 ds = (data_string *)s->ssl_conf_cmd->data[i]; in network_openssl_ssl_conf_cmd()
3041 char *data = local_send_buffer; in connection_write_cq_ssl() local
3047 if (0 != chunkqueue_peek_data(cq, &data, &data_len, errh)) return -1; in connection_write_cq_ssl()
3063 wr = SSL_write(ssl, data, data_len); in connection_write_cq_ssl()
3494 (const char*)X509_NAME_ENTRY_get_data(xe)->data, in https_add_ssl_client_subject()
3766 data_string *ds = (data_string *)s->ssl_conf_cmd->data[i]; in mod_openssl_ssl_conf_cmd()