Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dschannel.h131 DWORD dwCipherStrength; member
/reactos/dll/win32/schannel/
H A Dschannel_mbedtls.c574 info->dwCipherStrength = schannel_get_cipher_key_size(ciphersuite_id); in schan_imp_get_connection_info()
/reactos/modules/rostests/winetests/secur32/
H A Dschannel.c936 …ok(conn_info.dwCipherStrength >= 128, "conn_info.dwCipherStrength = %d\n", conn_info.dwCipherStren… in test_communication()
/reactos/dll/win32/winhttp/
H A Dnet.c777 return res == SEC_E_OK ? conn_info.dwCipherStrength : 0; in netconn_get_cipher_strength()
/reactos/dll/win32/wininet/
H A Dnetconnection.c907 return res == SEC_E_OK ? conn_info.dwCipherStrength : 0; in NETCON_GetCipherStrength()