ReactOS 0.4.16-dev-976-g18fc5a1
|
#include <stdio.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <wincrypt.h>
#include <snmp.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | encodedInt |
struct | encodedBigInt |
struct | encodedFiletime |
struct | EncodedNameValue |
struct | UnicodeExpectedError |
struct | UnicodeExpectedResult |
struct | encodedBits |
struct | Constraints2 |
struct | EncodedRSAPubKey |
struct | encodedExtensions |
struct | encodedPublicKey |
struct | EncodedNameConstraints |
Macros | |
#define | RDNA(arr) oid_ ## arr, CERT_RDN_PRINTABLE_STRING, { sizeof(arr), (LPBYTE)arr } |
#define | RDNIA5(arr) oid_ ## arr, CERT_RDN_IA5_STRING, { sizeof(arr), (LPBYTE)arr } |
#define RDNA | ( | arr | ) | oid_ ## arr, CERT_RDN_PRINTABLE_STRING, { sizeof(arr), (LPBYTE)arr } |
#define RDNIA5 | ( | arr | ) | oid_ ## arr, CERT_RDN_IA5_STRING, { sizeof(arr), (LPBYTE)arr } |
|
static |
Definition at line 3847 of file encode.c.
Referenced by compareAltNameInfo(), compareAuthorityInfoAccess(), and test_decodeNameConstraints().
|
static |
Definition at line 3880 of file encode.c.
Referenced by compareDistPointName().
|
static |
Definition at line 5305 of file encode.c.
Referenced by test_decodeAuthorityInfoAccess().
|
static |
Definition at line 3900 of file encode.c.
Referenced by test_decodeCRLIssuingDistPoint().
|
static |
Definition at line 5620 of file encode.c.
Referenced by test_decodeCTL().
|
static |
Definition at line 3891 of file encode.c.
Referenced by compareCRLIssuingDistPoints().
|
static |
Definition at line 1048 of file encode.c.
Referenced by test_decodeName(), and test_decodeUnicodeName().
|
static |
Definition at line 994 of file encode.c.
Referenced by compareRDNAttrs(), and test_decodeNameValue().
|
static |
Definition at line 2875 of file encode.c.
Referenced by test_decodePublicKeyInfo().
|
static |
Definition at line 1017 of file encode.c.
Referenced by compareRDNs().
Definition at line 1035 of file encode.c.
Referenced by compareNames().
|
static |
Definition at line 6451 of file encode.c.
Referenced by test_decodePKCSSMimeCapabilities().
|
static |
Definition at line 498 of file encode.c.
Referenced by testTimeDecoding().
Definition at line 487 of file encode.c.
Referenced by compareTime().
|
static |
START_TEST | ( | encode | ) |
Definition at line 8508 of file encode.c.
Definition at line 1565 of file encode.c.
Referenced by START_TEST().
Definition at line 5325 of file encode.c.
Referenced by START_TEST().
Definition at line 4987 of file encode.c.
Referenced by START_TEST().
Definition at line 5136 of file encode.c.
Referenced by START_TEST().
Definition at line 2304 of file encode.c.
Referenced by START_TEST().
Definition at line 2155 of file encode.c.
Referenced by START_TEST().
Definition at line 3463 of file encode.c.
Referenced by START_TEST().
Definition at line 7650 of file encode.c.
Referenced by START_TEST().
Definition at line 7965 of file encode.c.
Referenced by START_TEST().
Definition at line 7806 of file encode.c.
Referenced by START_TEST().
Definition at line 3235 of file encode.c.
Referenced by START_TEST().
Definition at line 7061 of file encode.c.
Referenced by START_TEST().
Definition at line 3643 of file encode.c.
Referenced by START_TEST().
Definition at line 3914 of file encode.c.
Referenced by START_TEST().
Definition at line 4682 of file encode.c.
Referenced by START_TEST().
Definition at line 5782 of file encode.c.
Referenced by START_TEST().
Definition at line 4868 of file encode.c.
Referenced by START_TEST().
Definition at line 409 of file encode.c.
Referenced by START_TEST().
Definition at line 2734 of file encode.c.
Referenced by START_TEST().
Definition at line 607 of file encode.c.
Referenced by START_TEST().
Definition at line 205 of file encode.c.
Referenced by START_TEST().
Definition at line 1068 of file encode.c.
Referenced by START_TEST().
Definition at line 7385 of file encode.c.
Referenced by START_TEST().
Definition at line 1366 of file encode.c.
Referenced by START_TEST().
Definition at line 2027 of file encode.c.
Referenced by START_TEST().
Definition at line 6208 of file encode.c.
Referenced by START_TEST().
Definition at line 6318 of file encode.c.
Referenced by START_TEST().
Definition at line 6082 of file encode.c.
Referenced by START_TEST().
Definition at line 6760 of file encode.c.
Referenced by START_TEST().
Definition at line 6478 of file encode.c.
Referenced by START_TEST().
Definition at line 7516 of file encode.c.
Referenced by START_TEST().
Definition at line 2897 of file encode.c.
Referenced by START_TEST().
Definition at line 8248 of file encode.c.
Referenced by START_TEST().
Definition at line 2516 of file encode.c.
Referenced by START_TEST().
Definition at line 2635 of file encode.c.
Referenced by START_TEST().
Definition at line 1167 of file encode.c.
Referenced by START_TEST().
Definition at line 1932 of file encode.c.
Referenced by START_TEST().
Definition at line 1452 of file encode.c.
Referenced by START_TEST().
Definition at line 5230 of file encode.c.
Referenced by START_TEST().
Definition at line 4928 of file encode.c.
Referenced by START_TEST().
Definition at line 5067 of file encode.c.
Referenced by START_TEST().
Definition at line 2242 of file encode.c.
Referenced by START_TEST().
Definition at line 2126 of file encode.c.
Referenced by START_TEST().
Definition at line 3440 of file encode.c.
Referenced by START_TEST().
Definition at line 7594 of file encode.c.
Referenced by START_TEST().
Definition at line 7892 of file encode.c.
Referenced by START_TEST().
Definition at line 7736 of file encode.c.
Referenced by START_TEST().
Definition at line 3051 of file encode.c.
Referenced by START_TEST().
Definition at line 6891 of file encode.c.
Referenced by START_TEST().
Definition at line 3552 of file encode.c.
Referenced by START_TEST().
Definition at line 3774 of file encode.c.
Referenced by START_TEST().
Definition at line 4018 of file encode.c.
Referenced by START_TEST().
Definition at line 5447 of file encode.c.
Referenced by START_TEST().
Definition at line 4836 of file encode.c.
Referenced by START_TEST().
Definition at line 376 of file encode.c.
Referenced by START_TEST().
Definition at line 2710 of file encode.c.
Referenced by START_TEST().
Definition at line 562 of file encode.c.
Referenced by START_TEST().
Definition at line 89 of file encode.c.
Referenced by START_TEST().
Definition at line 744 of file encode.c.
Referenced by START_TEST().
Definition at line 7241 of file encode.c.
Referenced by START_TEST().
Definition at line 1314 of file encode.c.
Referenced by START_TEST().
Definition at line 1971 of file encode.c.
Referenced by START_TEST().
Definition at line 6149 of file encode.c.
Referenced by START_TEST().
Definition at line 6265 of file encode.c.
Referenced by START_TEST().
Definition at line 5971 of file encode.c.
Referenced by START_TEST().
Definition at line 6594 of file encode.c.
Referenced by START_TEST().
Definition at line 6394 of file encode.c.
Referenced by START_TEST().
Definition at line 7465 of file encode.c.
Referenced by START_TEST().
Definition at line 2848 of file encode.c.
Referenced by START_TEST().
Definition at line 2425 of file encode.c.
Referenced by START_TEST().
Definition at line 2591 of file encode.c.
Referenced by START_TEST().
Definition at line 894 of file encode.c.
Referenced by START_TEST().
Definition at line 1820 of file encode.c.
Referenced by START_TEST().
|
static |
Definition at line 8323 of file encode.c.
Referenced by testPortPublicKeyInfo().
|
static |
Definition at line 8406 of file encode.c.
Referenced by testPortPublicKeyInfo().
Definition at line 8485 of file encode.c.
Referenced by START_TEST().
|
static |
Definition at line 521 of file encode.c.
Referenced by test_decodeFiletime().
|
static |
Definition at line 439 of file encode.c.
Referenced by test_encodeFiletime().
Definition at line 2797 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 888 of file encode.c.
Referenced by test_encodeUnicodeName().
Definition at line 700 of file encode.c.
Referenced by test_CertGetNameStringA().
Definition at line 5222 of file encode.c.
Referenced by test_decodeAuthorityInfoAccess(), and test_encodeAuthorityInfoAccess().
Definition at line 5225 of file encode.c.
Referenced by test_decodeAuthorityInfoAccess(), and test_encodeAuthorityInfoAccess().
Definition at line 4921 of file encode.c.
Referenced by test_decodeAuthorityKeyId(), test_decodeAuthorityKeyId2(), test_encodeAuthorityKeyId(), and test_encodeAuthorityKeyId2().
Definition at line 4923 of file encode.c.
Referenced by test_decodeAuthorityKeyId(), and test_encodeAuthorityKeyId().
Definition at line 5063 of file encode.c.
Referenced by test_decodeAuthorityKeyId2(), and test_encodeAuthorityKeyId2().
Definition at line 4926 of file encode.c.
Referenced by test_decodeAuthorityKeyId(), test_decodeAuthorityKeyId2(), test_encodeAuthorityKeyId(), and test_encodeAuthorityKeyId2().
Definition at line 3768 of file encode.c.
Referenced by test_decodeCRLIssuingDistPoint(), and test_encodeCRLIssuingDistPoint().
Definition at line 2976 of file encode.c.
Referenced by test_decodeCert(), test_decodeCertToBeSigned(), test_encodeCert(), and test_encodeCertToBeSigned().
|
static |
Definition at line 73 of file encode.c.
Referenced by test_decodeInt(), and test_encodeInt().
|
static |
Definition at line 84 of file encode.c.
Referenced by test_decodeInt(), and test_encodeInt().
Definition at line 574 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 576 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 578 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 580 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 582 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 584 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 586 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 588 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 590 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 592 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 594 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 596 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 598 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 600 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 602 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 604 of file encode.c.
Referenced by test_decodeFiletime().
Definition at line 2302 of file encode.c.
Referenced by test_decodeBasicConstraints().
|
static |
|
static |
|
static |
Definition at line 5969 of file encode.c.
Referenced by test_encodePKCSAttribute(), and test_encodePKCSContentInfo().
Definition at line 6144 of file encode.c.
Referenced by test_decodePKCSAttribute(), and test_encodePKCSAttribute().
Definition at line 5965 of file encode.c.
Referenced by test_decodePKCSContentInfo(), and test_encodePKCSContentInfo().
Definition at line 2101 of file encode.c.
Referenced by test_encodeBits().
Definition at line 6887 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), and test_encodeCMSSignerInfo().
Definition at line 673 of file encode.c.
Referenced by get_cert_common_name(), test_decodeName(), test_encodeName(), test_encodePKCSSignerInfo(), and test_signed_msg_encoding().
Definition at line 881 of file encode.c.
Referenced by test_decodeUnicodeName(), and test_encodeUnicodeName().
|
static |
Definition at line 2218 of file encode.c.
Referenced by test_decodeBasicConstraints(), and test_encodeBasicConstraints().
Definition at line 2236 of file encode.c.
Referenced by test_decodeBasicConstraints(), and test_encodeBasicConstraints().
Definition at line 6057 of file encode.c.
Referenced by test_decodePKCSContentInfo().
Definition at line 6070 of file encode.c.
Referenced by test_decodePKCSContentInfo().
|
static |
|
static |
Definition at line 2688 of file encode.c.
Referenced by test_encodeCertToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 3549 of file encode.c.
Referenced by test_decodeCRLDistPoints(), and test_encodeCRLDistPoints().
Definition at line 8483 of file encode.c.
Referenced by testPortPublicKeyInfo().
Definition at line 5429 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5432 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5416 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5436 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5419 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5425 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5422 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5440 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5413 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 1963 of file encode.c.
Referenced by test_decodeOctets(), and test_encodeOctets().
Definition at line 1965 of file encode.c.
Referenced by test_decodeOctets(), and test_encodeOctets().
|
static |
Definition at line 720 of file encode.c.
Referenced by test_decodeName().
Definition at line 3541 of file encode.c.
Referenced by test_encodeCRLDistPoints().
Definition at line 3539 of file encode.c.
Referenced by test_decodeCRLDistPoints(), and test_encodeCRLDistPoints().
Definition at line 3536 of file encode.c.
Referenced by test_decodeCRLDistPoints(), and test_encodeCRLDistPoints().
Definition at line 3544 of file encode.c.
Referenced by test_decodeCRLDistPoints(), and test_encodeCRLDistPoints().
|
static |
Definition at line 7225 of file encode.c.
Referenced by test_encodeNameConstraints().
Definition at line 1439 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
|
static |
Definition at line 7358 of file encode.c.
Referenced by test_decodeNameConstraints().
Definition at line 6262 of file encode.c.
Referenced by test_decodePKCSAttributes(), and test_encodePKCSAttributes().
|
static |
Definition at line 1269 of file encode.c.
Referenced by test_decodeNameValue().
|
static |
Definition at line 1310 of file encode.c.
Referenced by test_decodeNameValue(), and test_encodeNameValue().
Definition at line 2231 of file encode.c.
Referenced by test_decodeBasicConstraints(), and test_encodeBasicConstraints().
Definition at line 5407 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 5410 of file encode.c.
Referenced by test_decodeCTL(), and test_encodeCTL().
Definition at line 3535 of file encode.c.
Referenced by test_decodeCRLDistPoints(), and test_encodeCRLDistPoints().
|
static |
Definition at line 7223 of file encode.c.
Referenced by test_encodeNameConstraints().
|
static |
Definition at line 7221 of file encode.c.
Referenced by test_encodeNameConstraints().
|
static |
Definition at line 1062 of file encode.c.
Referenced by test_decodeName().
Definition at line 3769 of file encode.c.
Referenced by test_decodeCRLIssuingDistPoint(), and test_encodeCRLIssuingDistPoint().
Definition at line 6142 of file encode.c.
Referenced by test_decodePKCSAttribute(), and test_encodePKCSAttribute().
Definition at line 6259 of file encode.c.
Referenced by test_decodePKCSAttributes(), and test_encodePKCSAttributes().
Definition at line 5962 of file encode.c.
Referenced by test_decodePKCSContentInfo(), and test_encodePKCSContentInfo().
Definition at line 5963 of file encode.c.
Referenced by test_decodePKCSContentInfo().
Definition at line 677 of file encode.c.
Referenced by test_decodeName(), test_decodeUnicodeName(), and test_encodeName().
Definition at line 676 of file encode.c.
Referenced by test_decodeAltName(), test_decodeAuthorityInfoAccess(), test_decodeAuthorityKeyId(), test_decodeAuthorityKeyId2(), test_decodeCertPolicies(), test_decodeCertPolicyConstraints(), test_decodeCertPolicyMappings(), test_decodeCRLIssuingDistPoint(), test_decodeCTL(), test_decodeEnhancedKeyUsage(), test_decodeName(), test_decodePKCSSMimeCapabilities(), test_decodePolicyQualifierUserNotice(), test_decodeUnicodeName(), test_encodeAltName(), test_encodeAuthorityInfoAccess(), test_encodeAuthorityKeyId(), test_encodeAuthorityKeyId2(), test_encodeCertPolicies(), test_encodeCertPolicyConstraints(), test_encodeCertPolicyMappings(), test_encodeCRLIssuingDistPoint(), test_encodeCTL(), test_encodeEnhancedKeyUsage(), test_encodeName(), test_encodeNameConstraints(), test_encodePKCSSMimeCapabilities(), test_encodePolicyQualifierUserNotice(), and test_encodeUnicodeName().
Definition at line 1430 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
Definition at line 1431 of file encode.c.
Referenced by test_decodeAltName().
Definition at line 6066 of file encode.c.
Referenced by test_decodePKCSContentInfo().
Definition at line 2022 of file encode.c.
Referenced by test_decodeOctets().
|
static |
Definition at line 1969 of file encode.c.
Referenced by test_decodeOctets(), and test_encodeOctets().
Definition at line 1964 of file encode.c.
Referenced by test_decodeOctets(), and test_encodeOctets().
Definition at line 1967 of file encode.c.
Referenced by test_decodeOctets(), and test_encodeOctets().
Definition at line 1445 of file encode.c.
Referenced by test_decodeAltName(), test_decodeAuthorityKeyId(), test_decodeBasicConstraints(), test_decodeCert(), test_decodeCertToBeSigned(), test_decodeCRLToBeSigned(), test_decodePKCSSignerInfo(), test_encodeAltName(), test_encodeAuthorityKeyId(), test_encodeCertToBeSigned(), test_encodeCRLToBeSigned(), and test_encodePKCSSignerInfo().
|
static |
Definition at line 6557 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 1448 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
Definition at line 1440 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
Definition at line 2232 of file encode.c.
Referenced by test_decodeBasicConstraints(), and test_encodeBasicConstraints().
Definition at line 1443 of file encode.c.
Referenced by test_decodeAltName(), test_decodeAuthorityInfoAccess(), test_decodeCTL(), test_decodeNameConstraints(), test_encodeAltName(), test_encodeAuthorityInfoAccess(), test_encodeCTL(), and test_encodeNameConstraints().
|
static |
Definition at line 7367 of file encode.c.
Referenced by test_decodeNameConstraints().
Definition at line 1447 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
Definition at line 731 of file encode.c.
Referenced by test_decodeName(), and test_encodeName().
Definition at line 682 of file encode.c.
Referenced by test_encodeName(), and test_encodeUnicodeName().
Definition at line 1434 of file encode.c.
Referenced by test_decodeAltName(), and test_encodeAltName().
Definition at line 4831 of file encode.c.
Referenced by test_decodeEnhancedKeyUsage(), and test_encodeEnhancedKeyUsage().
Definition at line 373 of file encode.c.
Referenced by test_decodeEnumerated(), and test_encodeEnumerated().
|
static |
Definition at line 365 of file encode.c.
Referenced by test_decodeEnumerated(), test_encodeEnumerated(), type_new_enum(), and write_enums().
Definition at line 8380 of file encode.c.
Referenced by testImportPublicKey().
Definition at line 2697 of file encode.c.
Referenced by compareExt(), sync_ext_cutoff_points(), and test_filename().
Definition at line 2699 of file encode.c.
Referenced by __attribute__(), add_ext_holes(), compareExt(), divide_ext(), duplicate_extents(), duplicate_fcb(), set_zero_data(), sync_ext_cutoff_points(), test_filename(), and vol_get_disk_extents().
Definition at line 2701 of file encode.c.
Referenced by vol_get_disk_extents().
|
static |
Definition at line 2703 of file encode.c.
Referenced by add_ext_holes(), CRYPT_AsnDecodeExtensions(), CRYPT_AsnEncodeExtensions(), test_decodeExtensions(), test_encodeExtensions(), and test_PlaySound().
|
static |
|
static |
|
static |
Definition at line 3365 of file encode.c.
Referenced by test_encodeCert(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
|
static |
|
static |
Definition at line 1270 of file encode.c.
Referenced by test_decodeNameValue().
Definition at line 6027 of file encode.c.
Referenced by test_decodePKCSContentInfo().
Definition at line 6146 of file encode.c.
Referenced by test_decodePKCSAttribute(), and test_encodePKCSAttribute().
Definition at line 5967 of file encode.c.
Referenced by test_decodePKCSContentInfo(), and test_encodePKCSContentInfo().
|
static |
Definition at line 48 of file encode.c.
Referenced by IStreamIteratorTest::copy_n_test(), TConsole::ReverseOn(), AlgTest::search_n_test(), test_decodeInt(), test_decodePKCSAttribute(), test_decodePKCSAttributes(), test_decodePKCSContentInfo(), test_decodeSequenceOfAny(), test_encodeInt(), test_encodePKCSAttribute(), test_encodePKCSAttributes(), test_encodePKCSContentInfo(), and test_encodeSequenceOfAny().
Definition at line 2582 of file encode.c.
Referenced by test_decodeSequenceOfAny(), and test_encodeSequenceOfAny().
|
static |
Definition at line 7360 of file encode.c.
Referenced by test_decodeNameConstraints().
|
static |
Definition at line 7364 of file encode.c.
Referenced by test_decodeNameConstraints().
|
static |
Definition at line 7362 of file encode.c.
Referenced by test_decodeNameConstraints().
|
static |
Definition at line 4920 of file encode.c.
Referenced by CRYPT_CopyKeyIdAsIssuerAndSerial(), CRYPT_FormatKeyId(), CRYPT_SizeOfKeyIdAsIssuerAndSerial(), test_decodeAuthorityKeyId(), test_decodeAuthorityKeyId2(), test_encodeAuthorityKeyId(), and test_encodeAuthorityKeyId2().
Definition at line 4829 of file encode.c.
Referenced by test_decodeEnhancedKeyUsage(), and test_encodeEnhancedKeyUsage().
Definition at line 1442 of file encode.c.
Referenced by InternetCreateUrlA_test(), PathCreateFromUrlW(), START_TEST(), test_CertGetNameStringA(), test_decodeAltName(), test_encodeAltName(), test_GetAddrInfoW(), and UrlEscapeW().
Definition at line 7733 of file encode.c.
Referenced by test_decodeCertPolicyMappings(), and test_encodeCertPolicyMappings().
Definition at line 6560 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 2586 of file encode.c.
Referenced by test_decodeSequenceOfAny(), and test_encodeSequenceOfAny().
Definition at line 2401 of file encode.c.
Referenced by test_encodeRsaPublicKey().
|
static |
Definition at line 1273 of file encode.c.
Referenced by test_decodeNameValue(), and test_encodeNameValue().
|
static |
|
static |
|
static |
Definition at line 1437 of file encode.c.
Referenced by test_encodeAltName(), and test_encodeCRLDistPoints().
|
static |
|
static |
|
static |
|
static |
Definition at line 7457 of file encode.c.
Referenced by test_decodePolicyQualifierUserNotice(), and test_encodePolicyQualifierUserNotice().
|
static |
Definition at line 7449 of file encode.c.
Referenced by CRYPT_FormatUserNotice(), test_decodePolicyQualifierUserNotice(), and test_encodePolicyQualifierUserNotice().
Definition at line 7451 of file encode.c.
Referenced by test_decodePolicyQualifierUserNotice(), and test_encodePolicyQualifierUserNotice().
|
static |
Definition at line 7458 of file encode.c.
Referenced by test_decodeCertPolicies(), test_decodePolicyQualifierUserNotice(), test_encodeCertPolicies(), and test_encodePolicyQualifierUserNotice().
|
static |
|
static |
Definition at line 1246 of file encode.c.
Referenced by test_encodeCertToBeSigned().
|
static |
Definition at line 7583 of file encode.c.
Referenced by findSupportedQuery(), SnmpUtilOidCmp(), SnmpUtilOidNCmp(), test_decodeAuthorityInfoAccess(), test_decodeCertPolicies(), test_decodeCMSSignerInfo(), test_decodeCTL(), test_decodePKCSSMimeCapabilities(), test_encodeAuthorityInfoAccess(), test_encodeCertPolicies(), test_encodeCertPolicyMappings(), test_encodeCMSSignerInfo(), test_encodeCTL(), test_encodePKCSAttributes(), test_encodePKCSContentInfo(), test_encodePKCSSignerInfo(), test_encodePKCSSMimeCapabilities(), test_SnmpUtilOidAppend(), test_SnmpUtilOidCmp(), test_SnmpUtilOidNCmp(), and test_SnmpUtilOidToA().
|
static |
Definition at line 7579 of file encode.c.
Referenced by test_decodeCertPolicies(), and test_encodeCertPolicies().
|
static |
|
static |
Definition at line 7584 of file encode.c.
Referenced by test_decodeCertPolicies(), and test_encodeCertPolicies().
|
static |
Definition at line 1786 of file encode.c.
Referenced by test_encodeUnicodeNameValue().
Definition at line 1759 of file encode.c.
Referenced by test_encodeUnicodeNameValue().
|
static |
Definition at line 7456 of file encode.c.
Referenced by af_sort_and_quantize_widths(), DrawThemeParentBackground(), MSI_GetUserInfo(), MsiGetUserInfoA(), MsiGetUserInfoW(), savedc_emf_enum_proc(), test_buffer_dc_props(), test_decodePolicyQualifierUserNotice(), test_encodePolicyQualifierUserNotice(), test_MsiGetUserInfo(), TopLeftRegion(), UXTHEME_DrawImageBackground(), and VertexWeights().
|
static |
Definition at line 7228 of file encode.c.
Referenced by test_encodeNameConstraints().
|
static |
Definition at line 7232 of file encode.c.
Referenced by test_encodeNameConstraints().
|
static |
Definition at line 7236 of file encode.c.
Referenced by test_encodeNameConstraints().
Definition at line 6585 of file encode.c.
Referenced by test_decodePKCSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 6579 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 6569 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 6574 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 6564 of file encode.c.
Referenced by test_decodeCMSSignerInfo(), test_decodePKCSSignerInfo(), test_encodeCMSSignerInfo(), and test_encodePKCSSignerInfo().
Definition at line 7580 of file encode.c.
Referenced by test_decodeCertPolicies(), and test_encodeCertPolicies().
Definition at line 7889 of file encode.c.
Referenced by test_decodeCertPolicyConstraints(), and test_encodeCertPolicyConstraints().
Definition at line 7887 of file encode.c.
Referenced by test_decodeCertPolicyConstraints(), and test_encodeCertPolicyConstraints().
Definition at line 7885 of file encode.c.
Referenced by test_decodeCertPolicyConstraints(), and test_encodeCertPolicyConstraints().
Definition at line 7728 of file encode.c.
Referenced by test_decodeCertPolicyMappings(), and test_encodeCertPolicyMappings().
Definition at line 7730 of file encode.c.
Referenced by test_decodeCertPolicyMappings(), and test_encodeCertPolicyMappings().
|
static |
Definition at line 1250 of file encode.c.
Referenced by test_encodeNameValue().
|
static |
Definition at line 2828 of file encode.c.
Referenced by test_decodePublicKeyInfo(), and test_encodePublicKeyInfo().
|
static |
Definition at line 713 of file encode.c.
Referenced by test_encodeName().
Definition at line 8212 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8040 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8188 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8200 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8141 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8164 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8176 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
Definition at line 8224 of file encode.c.
Referenced by test_decodeRsaPrivateKey().
|
static |
Definition at line 2418 of file encode.c.
Referenced by test_decodeRsaPublicKey(), and test_encodeRsaPublicKey().
Definition at line 3049 of file encode.c.
Referenced by test_decodeAuthorityKeyId(), test_decodeAuthorityKeyId2(), test_decodeCert(), test_decodeCertToBeSigned(), test_decodeCMSSignerInfo(), test_decodeCRLToBeSigned(), test_decodeCTL(), test_decodePKCSSignerInfo(), test_encodeAuthorityKeyId(), test_encodeAuthorityKeyId2(), test_encodeCertToBeSigned(), test_encodeCMSSignerInfo(), test_encodeCRLToBeSigned(), test_encodeCTL(), and test_encodePKCSSignerInfo().
Definition at line 3368 of file encode.c.
Referenced by test_decodeCert(), and test_encodeCert().
Definition at line 3403 of file encode.c.
Referenced by test_decodeCert().
Definition at line 5746 of file encode.c.
Referenced by test_decodeCTL().
Definition at line 5761 of file encode.c.
Referenced by test_decodeCTL().
Definition at line 6387 of file encode.c.
Referenced by test_decodePKCSSMimeCapabilities(), and test_encodePKCSSMimeCapabilities().
Definition at line 6391 of file encode.c.
Referenced by test_decodePKCSSMimeCapabilities().
Definition at line 6260 of file encode.c.
Referenced by test_decodePKCSAttributes(), and test_encodePKCSAttributes().
Definition at line 674 of file encode.c.
Referenced by test_decodeName(), and test_encodeName().
Definition at line 882 of file encode.c.
Referenced by test_decodeUnicodeName(), and test_encodeUnicodeName().
|
static |
|
static |
Definition at line 556 of file encode.c.
Referenced by _futime32(), _futime64(), _utime32(), _utime64(), _wutime32(), _wutime64(), common_futime(), common_utime(), deflate_fast(), fill_window(), generate_random(), test_decodeFiletime(), test_decodeSequenceOfAny(), test_encodeFiletime(), and test_encodeSequenceOfAny().
Definition at line 6389 of file encode.c.
Referenced by test_decodePKCSSMimeCapabilities(), and test_encodePKCSSMimeCapabilities().
Definition at line 7585 of file encode.c.
Referenced by test_decodeCertPolicies(), and test_encodeCertPolicies().
Definition at line 678 of file encode.c.
Referenced by test_decodeName(), test_encodeName(), and test_encodeUnicodeName().
Definition at line 1063 of file encode.c.
Referenced by test_decodeName().
Definition at line 884 of file encode.c.
Referenced by test_decodeUnicodeName(), and test_encodeUnicodeName().
|
static |
Definition at line 1763 of file encode.c.
Referenced by test_encodeUnicodeNameValue().
|
static |
Definition at line 1799 of file encode.c.
Referenced by test_decodeUnicodeNameValue(), and test_encodeUnicodeNameValue().
|
static |
Definition at line 1815 of file encode.c.
Referenced by test_encodeUnicodeNameValue().
Definition at line 1432 of file encode.c.
Referenced by _open_simple_request(), _protocol_start(), _test_current_url(), _test_GetCurMoniker(), _test_open(), _test_security_info(), _test_server_open(), add_fav_to_menu(), add_favs_to_menu(), async_doc_navigate(), AtlAxCreateControlLicEx(), bind_to_object(), BookmarkToURL(), build_proxy_path_url(), cache_containers_find(), cache_entry_exists(), check_CFE_LINK_rcvd(), cldap_openW(), ClOleCommandTarget_Exec(), combine_url(), FavoritesMenu::Command(), CommitUrlCacheEntryW(), component_free(), component_GetUrl(), confirm_safety(), cookie_parse_url(), create_cache_entry(), create_callback(), create_cookie_url(), create_doc_from_url(), create_moniker(), create_moniker_from_url(), create_parseError(), create_redirect_nschannel(), create_uri(), CreateUrlCacheEntryW(), CryptRetrieveObjectByUrlA(), dde_proc(), decode_url(), DecodeDirectoryURL(), DeleteUrlCacheEntryW(), DocHostContainer_set_url(), DocObjectService_FireDocumentComplete(), DocObjectService_FireNavigateComplete2(), DoSync(), download_script(), download_url(), MDIShellBrowserChild::entry_selected(), escape_url(), exec_hyperlink(), exec_shldocvw_67(), file_protocol_start(), FileToURL(), find_mime_from_buffer(), find_mime_from_url(), free_fav_menu_data(), FTP_FtpOpenFileW(), FTPDecodeURL(), FtpProtocol_open_request(), generate_moniker(), get_protocol_info(), get_security_id_for_url(), get_url(), get_url_components(), GetUrlCacheEntryInfoExW(), ChildWindow::go_to(), MDIMainFrame::go_to(), GopherProtocol_open_request(), BrowserNavigator::goto_url(), handle_navigation_error(), handle_redirect(), hlink_frame_navigate(), html_window_navigate(), HTMLDocument_open(), HtmlHelpW(), HTMLLocation_get_host(), HTMLLocation_get_href(), HTMLLocation_get_pathname(), HTMLPrivateWindow_GetAddressBarUrl(), HTMLPrivateWindow_GetPendingUrl(), HTMLPrivateWindow_SuperNavigate(), HTMLWindow2_navigate(), HTMLWindow2_open(), HTMLWindow3_showModelessDialog(), HTMLXMLHttpRequest_open(), HTTP_HandleRedirect(), HTTP_HttpSendRequestW(), http_protocol_start(), HttpProtocol_open_request(), HTTPREQ_QueryOption(), hyperlink_dlgproc(), ie_dialog_open_proc(), ie_navigate(), IEHTMLWindow2_navigate(), IEHTMLWindow2_open(), iewnd_OnCommand(), install_codebase(), InternetCheckConnectionA(), InternetCrackUrlA(), InternetCrackUrlW_test(), InternetExplorerManager_CreateObject(), InternetGetCookieA(), InternetGetCookieExA(), InternetGetCookieW(), InternetGetProxyInfo(), InternetGetSecurityInfoByURLA(), InternetGetSecurityInfoByURLW(), InternetHostSecurityManager_ProcessUrlAction(), InternetHostSecurityManager_QueryCustomPolicy(), InternetSetCookieA(), InternetSetCookieExA(), InternetSetCookieW(), InternetShowSecurityInfoByURLA(), InternetShowSecurityInfoByURLW(), is_registered_protocol(), IsLoggingEnabledA(), IsLoggingEnabledW(), IsProtectedModeURL(), IsUrlCacheEntryExpiredA(), IsUrlCacheEntryExpiredW(), FileChildWindow::jump_to_int(), MDIShellBrowserChild::jump_to_int(), WebChildWindow::jump_to_int(), ldap_initW(), ldap_openW(), ldap_sslinitW(), LogXfer(), map_url_to_zone(), MimeHtmlProtocol_Start(), MimeHtmlProtocolInfo_CombineUrl(), MkProtocol_StartEx(), navigate_hlink(), navigate_url(), DWebBrowserEvents2Impl::NavigateComplete2(), WebChildWindow::NavigateComplete2(), BrowserNavigator::navigated(), networkconfig_AddLoggingUrl(), networkconfig_GetLoggingUrl(), notif_complete(), on_before_navigate2(), open_dde_url(), OpenCmd(), parse_canonicalize_url(), parse_domain(), parse_encode(), parse_mhtml_url(), parse_path_from_url(), parse_proxy_url(), parse_rootdocument(), parse_schema(), parse_security_domain(), parse_security_url(), parse_url_from_outside(), parseError_get_url(), ParseURLFromOutsideSourceA(), ParseURLFromOutsideSourceW(), perform_test(), PersistFile_Load(), PersistFile_Save(), PrintHosts(), process_component(), protocol_start(), PrPhilBar(), PrSizeAndRateMeter(), PrStatBar(), PwdCmd(), query_global_option(), ready_media(), res_sec_url_cmp(), ResProtocol_Start(), RetrieveUrlCacheEntryFileW(), rpcrt4_ncacn_http_open(), run_js_script(), run_script(), SaveUnsavedBookmark(), SecManagerImpl_MapUrlToZoneEx2(), set_auth_cookie(), set_current_mon(), set_dochost_url(), set_moniker(), SDIMainFrame::set_url(), ChildWindow::set_url(), SetStartupURL(), SetUrlCacheEntryInfoW(), SHRestricted2A(), SHRestricted2W(), skip_schema(), SplitFileSysURL(), test_async_xhr(), test_async_xhr_abort(), test_basic_request(), test_crack_url(), test_CreateURLMoniker(), test_decodeAltName(), test_decodeAuthorityInfoAccess(), test_decodeAuthorityKeyId2(), test_decodeCRLDistPoints(), test_decodeCRLIssuingDistPoint(), test_decodeNameConstraints(), test_doc_load_from_path(), test_encodeAltName(), test_encodeAuthorityInfoAccess(), test_encodeAuthorityKeyId2(), test_encodeCRLDistPoints(), test_encodeCRLIssuingDistPoint(), test_encodeNameConstraints(), test_file_protocol_url(), test_http_cache(), test_http_protocol_url(), test_InternetCanonicalizeUrlA(), test_IWinHttpRequest(), test_long_url(), test_MimeOleObjectFromMoniker(), test_MsiSourceListAddSourceEx(), test_MsiSourceListEnumSources(), test_MsiSourceListSetInfo(), test_open_window(), test_ParseURL(), test_persist(), test_protocol_fail(), test_protocol_url(), test_proxy_direct(), test_reference(), test_res_url(), test_SecurityManager(), test_sync_xhr(), test_UrlApplyScheme(), test_urlcacheW(), test_UrlCanonicalizeA(), test_UrlCreateFromPath(), test_UrlEscapeA(), test_UrlEscapeW(), test_UrlIs(), test_urls(), test_UrlUnescape(), test_WinHttpDetectAutoProxyConfigUrl(), test_xmlelem_collection(), translate_url(), try_application_url(), UniformResourceLocatorA_AddRef(), UniformResourceLocatorA_GetUrl(), UniformResourceLocatorA_InvokeCommand(), UniformResourceLocatorA_QueryInterface(), UniformResourceLocatorA_Release(), UniformResourceLocatorA_SetUrl(), UniformResourceLocatorW_AddRef(), UniformResourceLocatorW_GetUrl(), UniformResourceLocatorW_InvokeCommand(), UniformResourceLocatorW_QueryInterface(), UniformResourceLocatorW_Release(), UniformResourceLocatorW_SetUrl(), UnlockUrlCacheEntryFileW(), update_addrbar(), url_entry_free(), url_forward_slash(), urlcache_decode_url(), urlcache_encode_url(), urlcache_encode_url_alloc(), urlcache_entry_commit(), urlcache_entry_create(), urlcache_entry_get_file(), urlcache_get_entry_info(), UrlCanonicalizeA(), UrlCanonicalizeW(), URLDownloadToCacheFileA(), UrlFixupW(), WebBrowser_Navigate2(), winhttp_request_Open(), WinHttpCrackUrl(), WinHttpCreateUrl(), WinHttpCreateUrl_test(), WinHttpDetectAutoProxyConfigUrl(), WinHttpGetProxyForUrl(), WMCheckURLExtension(), WMReader_Open(), WMReaderAdvanced4_GetURL(), and ChildWindow::WndProc().
Definition at line 3770 of file encode.c.
Referenced by test_decodeCRLIssuingDistPoint(), and test_encodeCRLIssuingDistPoint().
Definition at line 689 of file encode.c.
Referenced by acos(), acosf(), asin(), asinf(), byte_swap_ifd_data(), check_file_name_valid(), de_casteljau_surf(), debugstr_us(), execute_list(), FindActCtxSectionStringW(), get_registry_value(), get_subvol_path(), get_system_root(), is_mounted_multi_device(), mountmgr::mountmgr(), ParaNdis_OidQueryCommon(), BtrfsDeviceAdd::populate_device_tree(), query_directory(), read_group_mappings(), read_mappings(), read_registry(), registry_load_volume_options(), registry_mark_volume_unmounted_path(), RpnpEvaluateStack(), START_TEST(), swap_short(), test_Console(), test_DebuggingFlag(), test_marshal_basetypes(), test_SuspendFlag(), TiGetProtocolNumber(), UnorderedTest::umap(), UnorderedTest::umultimap(), UnorderedTest::umultiset(), unzOpenInternal(), UnorderedTest::uset(), Widget_basetypes_in(), Widget_basetypes_out(), and wine_dbgstr_us().
|
static |
Definition at line 2942 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 2962 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 3019 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 2986 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 2998 of file encode.c.
Referenced by test_encodeCertToBeSigned().
Definition at line 2969 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 3024 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 3036 of file encode.c.
Referenced by test_encodeCertToBeSigned().
Definition at line 3009 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 3973 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 3996 of file encode.c.
Referenced by test_encodeCRLToBeSigned().
Definition at line 4003 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 3979 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 3984 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 3990 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 2947 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 3976 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 4010 of file encode.c.
Referenced by test_decodeCRLToBeSigned(), and test_encodeCRLToBeSigned().
Definition at line 2952 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 2957 of file encode.c.
Referenced by test_decodeCertToBeSigned(), and test_encodeCertToBeSigned().
Definition at line 4137 of file encode.c.
Referenced by test_decodeCRLToBeSigned().
Definition at line 4172 of file encode.c.
Referenced by test_decodeCRLToBeSigned().
|
static |
|
static |
Definition at line 696 of file encode.c.
Referenced by test_CreateAssemblyCacheItem(), test_InstallAssembly(), test_QueryAssemblyInfo(), test_SHGetFolderPathAndSubDirA(), and test_SQLGetPrivateProfileStringW().