ReactOS 0.4.16-dev-1-gcf26321
|
#include <wincrypt.h>
Definition at line 332 of file wincrypt.h.
CERT_NAME_BLOB _CERT_ALT_NAME_ENTRY::DirectoryName |
Definition at line 338 of file wincrypt.h.
Referenced by alt_name_matches(), compare_crl_issued_by(), compare_dist_point_name(), compare_subject_with_constraints(), CRYPT_GetIssuer(), CRYPT_IsCertificateSelfSigned(), find_cert_by_issuer(), and TrustIsCertificateSelfSigned().
union { ... } _CERT_ALT_NAME_ENTRY::DUMMYUNIONNAME |
DWORD _CERT_ALT_NAME_ENTRY::dwAltNameChoice |
Definition at line 333 of file wincrypt.h.
Referenced by alt_name_matches(), compare_alt_name_with_constraints(), compare_dist_point_name(), compare_subject_with_constraints(), compareAltNameEntry(), rfc822_attr_matches_excluded_name(), rfc822_attr_matches_permitted_name(), test_decodeAuthorityInfoAccess(), test_encodeAuthorityInfoAccess(), and test_encodeNameConstraints().
CRYPT_DATA_BLOB _CERT_ALT_NAME_ENTRY::IPAddress |
Definition at line 340 of file wincrypt.h.
Referenced by alt_name_matches().
PCERT_OTHER_NAME _CERT_ALT_NAME_ENTRY::pOtherName |
Definition at line 335 of file wincrypt.h.
LPSTR _CERT_ALT_NAME_ENTRY::pszRegisteredID |
Definition at line 341 of file wincrypt.h.
LPWSTR _CERT_ALT_NAME_ENTRY::pwszDNSName |
Definition at line 337 of file wincrypt.h.
LPWSTR _CERT_ALT_NAME_ENTRY::pwszRfc822Name |
Definition at line 336 of file wincrypt.h.
Referenced by rfc822_attr_matches_excluded_name(), and rfc822_attr_matches_permitted_name().
LPWSTR _CERT_ALT_NAME_ENTRY::pwszURL |
Definition at line 339 of file wincrypt.h.
Referenced by alt_name_matches(), compare_dist_point_name(), and CRYPT_AsnDecodeSubtree().