Home
last modified time | relevance | path

Searched refs:encdata_buffer (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/vtls/
Dschannel.c415 if(connssl->encdata_buffer == NULL) { in schannel_connect_step2()
418 connssl->encdata_buffer = malloc(connssl->encdata_length); in schannel_connect_step2()
419 if(connssl->encdata_buffer == NULL) { in schannel_connect_step2()
431 reallocated_buffer = realloc(connssl->encdata_buffer, in schannel_connect_step2()
439 connssl->encdata_buffer = reallocated_buffer; in schannel_connect_step2()
448 (char *) (connssl->encdata_buffer + in schannel_connect_step2()
491 memcpy(inbuf[0].pvBuffer, connssl->encdata_buffer, in schannel_connect_step2()
580 memmove(connssl->encdata_buffer, in schannel_connect_step2()
581 (connssl->encdata_buffer + connssl->encdata_offset) - in schannel_connect_step2()
1072 reallocated_buffer = realloc(connssl->encdata_buffer, in schannel_recv()
[all …]
/external/curl/lib/
Durldata.h328 unsigned char *encdata_buffer, *decdata_buffer; member