Home
last modified time | relevance | path

Searched refs:SECPKG_ATTR_CONNECTION_INFO (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Dschannel.h76 #define SECPKG_ATTR_CONNECTION_INFO 0x5a macro
/reactos/dll/win32/schannel/
H A Dschannel_wine.c1003 case SECPKG_ATTR_CONNECTION_INFO: in schan_QueryContextAttributesW()
1028 case SECPKG_ATTR_CONNECTION_INFO: in schan_QueryContextAttributesA()
/reactos/dll/win32/winhttp/
H A Dnet.c774 res = QueryContextAttributesW(&conn->ssl_ctx, SECPKG_ATTR_CONNECTION_INFO, (void*)&conn_info); in netconn_get_cipher_strength()
/reactos/dll/win32/wininet/
H A Dnetconnection.c904 …res = QueryContextAttributesW(&connection->ssl_ctx, SECPKG_ATTR_CONNECTION_INFO, (void*)&conn_info… in NETCON_GetCipherStrength()
/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c933 status = pQueryContextAttributesA(&context, SECPKG_ATTR_CONNECTION_INFO, (void*)&conn_info); in test_communication()