Searched refs:request_flags (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | tls_schannel.c | 53 ULONG request_flags; member 112 c->request_flags, 0, 0, NULL, 0, &c->ctxt_handle, in tls_shutdown_client() 211 sspi_ret = InitializeSecurityContext(&c->cred_handle, &c->ctxt_handle, s->host, c->request_flags, in tls_client_handshake_loop() 224 !(c->request_flags & ISC_REQ_USE_SUPPLIED_CREDS)) { in tls_client_handshake_loop() 226 c->request_flags |= ISC_REQ_USE_SUPPLIED_CREDS; in tls_client_handshake_loop() 305 c->request_flags = ISC_REQ_SEQUENCE_DETECT | ISC_REQ_REPLAY_DETECT | in tls_client_handshake() 309 sspi_ret = InitializeSecurityContext(&c->cred_handle, NULL, s->host, c->request_flags, 0, 0, in tls_client_handshake()
|
Completed in 2 milliseconds