Searched refs:InitSecBuffer (Results 1 – 1 of 1) sorted by relevance
/curl/lib/vtls/ |
H A D | schannel.c | 1038 InitSecBuffer(&inbuf, SECBUFFER_EMPTY, NULL, 0); in schannel_connect_step1() 1042 InitSecBuffer(&inbuf, SECBUFFER_EMPTY, NULL, 0); in schannel_connect_step1() 1047 InitSecBuffer(&outbuf, SECBUFFER_EMPTY, NULL, 0); in schannel_connect_step1() 1247 InitSecBuffer(&inbuf[1], SECBUFFER_EMPTY, NULL, 0); in schannel_connect_step2() 1810 InitSecBuffer(&outbuf[0], SECBUFFER_STREAM_HEADER, in schannel_send() 1812 InitSecBuffer(&outbuf[1], SECBUFFER_DATA, in schannel_send() 1814 InitSecBuffer(&outbuf[2], SECBUFFER_STREAM_TRAILER, in schannel_send() 1817 InitSecBuffer(&outbuf[3], SECBUFFER_EMPTY, NULL, 0); in schannel_send() 2038 InitSecBuffer(&inbuf[1], SECBUFFER_EMPTY, NULL, 0); in schannel_recv() 2039 InitSecBuffer(&inbuf[2], SECBUFFER_EMPTY, NULL, 0); in schannel_recv() [all …]
|
Completed in 14 milliseconds