Searched refs:BufferType (Results 1 – 9 of 9) sorted by relevance
230 outbufs[0].BufferType = SECBUFFER_TOKEN; in tls_conn_hs_clienthello()342 inbufs[0].BufferType = SECBUFFER_TOKEN; in tls_connection_handshake()347 inbufs[1].BufferType = SECBUFFER_EMPTY; in tls_connection_handshake()356 outbufs[0].BufferType = SECBUFFER_TOKEN; in tls_connection_handshake()378 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer, in tls_connection_handshake()379 (int) inbufs[1].BufferType, in tls_connection_handshake()413 if (inbufs[1].BufferType == SECBUFFER_EXTRA) { in tls_connection_handshake()446 if (inbufs[1].BufferType == SECBUFFER_EXTRA) { in tls_connection_handshake()498 bufs[0].BufferType = SECBUFFER_STREAM_HEADER; in tls_connection_encrypt()503 bufs[1].BufferType = SECBUFFER_DATA; in tls_connection_encrypt()[all …]
71 << ", " << FindLabel(sb.BufferType & ~SECBUFFER_ATTRMASK, in DescribeBuffer()212 sb_in[0].BufferType = SECBUFFER_TOKEN; in ContinueSSL()265 if (buffer.BufferType == SECBUFFER_EXTRA) { in ProcessContext()273 if (buffer.BufferType == SECBUFFER_EXTRA) { in ProcessContext()275 } else if (buffer.BufferType == SECBUFFER_TOKEN) { in ProcessContext()340 in_buf[0].BufferType = SECBUFFER_DATA; in DecryptData()353 if (in_buf[i].BufferType == SECBUFFER_DATA) { in DecryptData()358 } else if (in_buf[i].BufferType == SECBUFFER_EXTRA) { in DecryptData()501 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER; in Send()503 out_buf[1].BufferType = SECBUFFER_DATA; in Send()[all …]
67 this->BufferType = SECBUFFER_EMPTY; in Clear()
888 out_sec.BufferType = SECBUFFER_TOKEN; in HttpAuthenticate()931 in_sec.BufferType = SECBUFFER_TOKEN; in HttpAuthenticate()
74 enum BufferType { enum96 BufferType bufferType,175 BufferType fBufferType;
26 BufferType bufferType, in GrBufferAllocPool()
613 send_buffer_.BufferType = SECBUFFER_TOKEN; in InitializeSSLContext()973 in_buffers_[0].BufferType = SECBUFFER_TOKEN; in DoHandshakeReadComplete()977 in_buffers_[1].BufferType = SECBUFFER_EMPTY; in DoHandshakeReadComplete()984 send_buffer_.BufferType = SECBUFFER_TOKEN; in DoHandshakeReadComplete()1025 if (in_buffers_[1].BufferType == SECBUFFER_EXTRA) { in DidCallInitializeSecurityContext()1075 if (in_buffers_[1].BufferType == SECBUFFER_EXTRA) { in DidCallInitializeSecurityContext()1259 buffers[0].BufferType = SECBUFFER_DATA; in DoPayloadDecrypt()1261 buffers[1].BufferType = SECBUFFER_EMPTY; in DoPayloadDecrypt()1262 buffers[2].BufferType = SECBUFFER_EMPTY; in DoPayloadDecrypt()1263 buffers[3].BufferType = SECBUFFER_EMPTY; in DoPayloadDecrypt()[all …]
331 in_buffer.BufferType = SECBUFFER_TOKEN; in GetNextSecurityToken()352 out_buffer.BufferType = SECBUFFER_TOKEN; in GetNextSecurityToken()
279 setText(subtext, TextView.BufferType.SPANNABLE); in onDraw()