Home
last modified time | relevance | path

Searched refs:CRL_DIST_POINT_NAME (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dcrl.c591 static BOOL compare_dist_point_name(const CRL_DIST_POINT_NAME *name1, in compare_dist_point_name()
592 const CRL_DIST_POINT_NAME *name2) in compare_dist_point_name()
H A Ddecode.c5170 offsetof(CRL_DIST_POINT_NAME, u.FullName.cAltEntry), in CRYPT_AsnDecodeDistPointName()
5171 offsetof(CRL_DIST_POINT_NAME, u.FullName.rgAltEntry), in CRYPT_AsnDecodeDistPointName()
5172 FINALMEMBERSIZE(CRL_DIST_POINT_NAME, u), in CRYPT_AsnDecodeDistPointName()
5183 bytesNeeded = sizeof(CRL_DIST_POINT_NAME) + nameLen - in CRYPT_AsnDecodeDistPointName()
5184 FINALMEMBERSIZE(CRL_DIST_POINT_NAME, u); in CRYPT_AsnDecodeDistPointName()
5187 bytesNeeded = sizeof(CRL_DIST_POINT_NAME); in CRYPT_AsnDecodeDistPointName()
5200 CRL_DIST_POINT_NAME *name = pvStructInfo; in CRYPT_AsnDecodeDistPointName()
5230 sizeof(CRL_DIST_POINT_NAME), TRUE, TRUE, offsetof(CRL_DIST_POINT, in CRYPT_AsnDecodeDistPoint()
5327 sizeof(CRL_DIST_POINT_NAME), TRUE, TRUE, in CRYPT_AsnDecodeIssuingDistPoint()
/reactos/sdk/include/psdk/
H A Dwincrypt.h511 } CRL_DIST_POINT_NAME, *PCRL_DIST_POINT_NAME; typedef
518 CRL_DIST_POINT_NAME DistPointName;
563 CRL_DIST_POINT_NAME DistPointName;
/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c3891 static void compareDistPointName(const CRL_DIST_POINT_NAME *expected, in compareDistPointName()
3892 const CRL_DIST_POINT_NAME *got) in compareDistPointName()