Searched refs:sspi_flags (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/crypto/ |
| D | tls_schannel.c | 221 DWORD sspi_flags, sspi_flags_out; in tls_conn_hs_clienthello() local 227 sspi_flags = ISC_REQ_REPLAY_DETECT | in tls_conn_hs_clienthello() 245 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0, in tls_conn_hs_clienthello() 250 &conn->creds, NULL, NULL /* server name */, sspi_flags, 0, in tls_conn_hs_clienthello() 323 DWORD sspi_flags, sspi_flags_out; in tls_connection_handshake() local 339 sspi_flags = ISC_REQ_REPLAY_DETECT | in tls_connection_handshake() 370 &conn->creds, &conn->context, NULL, sspi_flags, 0, in tls_connection_handshake() 375 &conn->creds, &conn->context, NULL, sspi_flags, 0, in tls_connection_handshake()
|