Searched refs:key_info (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/secur32/ |
H A D | schannel.c | 691 SecPkgContext_KeyInfoA key_info; in test_communication() local 940 status = pQueryContextAttributesA(&context, SECPKG_ATTR_KEY_INFO, &key_info); in test_communication() 943 ok(broken(key_info.SignatureAlgorithm == 0 /* WinXP,2003 */) || in test_communication() 944 key_info.SignatureAlgorithm == CALG_RSA_SIGN, in test_communication() 945 "key_info.SignatureAlgorithm = %04x\n", key_info.SignatureAlgorithm); in test_communication() 946 ok(broken(key_info.SignatureAlgorithm == 0 /* WinXP,2003 */) || in test_communication() 947 !strcmp(key_info.sSignatureAlgorithmName, "RSA"), in test_communication() 948 "key_info.sSignatureAlgorithmName = %s\n", key_info.sSignatureAlgorithmName); in test_communication() 949 ok(key_info.KeySize >= 128, "key_info.KeySize = %d\n", key_info.KeySize); in test_communication()
|