Searched refs:inbufs (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant/ |
D | tls_schannel.c | 327 SecBuffer inbufs[2], outbufs[1]; in tls_connection_handshake() local 349 inbufs[0].pvBuffer = (u8 *) in_data; in tls_connection_handshake() 350 inbufs[0].cbBuffer = in_len; in tls_connection_handshake() 351 inbufs[0].BufferType = SECBUFFER_TOKEN; in tls_connection_handshake() 354 inbufs[1].pvBuffer = NULL; in tls_connection_handshake() 355 inbufs[1].cbBuffer = 0; in tls_connection_handshake() 356 inbufs[1].BufferType = SECBUFFER_EMPTY; in tls_connection_handshake() 359 inbuf.pBuffers = inbufs; in tls_connection_handshake() 386 (int) status, (int) inbufs[0].cbBuffer, in tls_connection_handshake() 387 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer, in tls_connection_handshake() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | tls_schannel.c | 327 SecBuffer inbufs[2], outbufs[1]; in tls_connection_handshake() local 349 inbufs[0].pvBuffer = (u8 *) in_data; in tls_connection_handshake() 350 inbufs[0].cbBuffer = in_len; in tls_connection_handshake() 351 inbufs[0].BufferType = SECBUFFER_TOKEN; in tls_connection_handshake() 354 inbufs[1].pvBuffer = NULL; in tls_connection_handshake() 355 inbufs[1].cbBuffer = 0; in tls_connection_handshake() 356 inbufs[1].BufferType = SECBUFFER_EMPTY; in tls_connection_handshake() 359 inbuf.pBuffers = inbufs; in tls_connection_handshake() 386 (int) status, (int) inbufs[0].cbBuffer, in tls_connection_handshake() 387 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer, in tls_connection_handshake() [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_schannel.c | 325 SecBuffer inbufs[2], outbufs[1]; in tls_connection_handshake() local 346 inbufs[0].pvBuffer = (u8 *) wpabuf_head(in_data); in tls_connection_handshake() 347 inbufs[0].cbBuffer = wpabuf_len(in_data); in tls_connection_handshake() 348 inbufs[0].BufferType = SECBUFFER_TOKEN; in tls_connection_handshake() 351 inbufs[1].pvBuffer = NULL; in tls_connection_handshake() 352 inbufs[1].cbBuffer = 0; in tls_connection_handshake() 353 inbufs[1].BufferType = SECBUFFER_EMPTY; in tls_connection_handshake() 356 inbuf.pBuffers = inbufs; in tls_connection_handshake() 383 (int) status, (int) inbufs[0].cbBuffer, in tls_connection_handshake() 384 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer, in tls_connection_handshake() [all …]
|