ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <assert.h>
#include <stdarg.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wine/winternl.h"
#include "wincrypt.h"
#include "snmp.h"
#include "bcrypt.h"
#include "winnls.h"
#include "rpc.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
struct | _OLD_CERT_REVOCATION_STATUS |
struct | BitField |
Macros | |
#define | NONAMELESSUNION |
#define | WIN32_NO_STATUS |
#define | CRYPT_OID_INFO_HAS_EXTRA_FIELDS |
#define | BITS_PER_DWORD (sizeof(DWORD) * 8) |
Typedefs | |
typedef BOOL(* | CertCompareFunc) (PCCERT_CONTEXT pCertContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
typedef PCCERT_CONTEXT(* | CertFindFunc) (HCERTSTORE store, DWORD dwType, DWORD dwFlags, const void *pvPara, PCCERT_CONTEXT prev) |
typedef struct _OLD_CERT_REVOCATION_STATUS | OLD_CERT_REVOCATION_STATUS |
typedef BOOL(WINAPI * | CertVerifyRevocationFunc) (DWORD, DWORD, DWORD, void **, DWORD, PCERT_REVOCATION_PARA, PCERT_REVOCATION_STATUS) |
typedef RPC_STATUS(RPC_ENTRY * | UuidCreateFunc) (UUID *) |
typedef RPC_STATUS(RPC_ENTRY * | UuidToStringFunc) (UUID *, unsigned char **) |
typedef RPC_STATUS(RPC_ENTRY * | RpcStringFreeFunc) (unsigned char **) |
Variables | |
static const context_vtbl_t | cert_vtbl |
typedef BOOL(* CertCompareFunc) (PCCERT_CONTEXT pCertContext, DWORD dwType, DWORD dwFlags, const void *pvPara) |
typedef PCCERT_CONTEXT(* CertFindFunc) (HCERTSTORE store, DWORD dwType, DWORD dwFlags, const void *pvPara, PCCERT_CONTEXT prev) |
typedef BOOL(WINAPI * CertVerifyRevocationFunc) (DWORD, DWORD, DWORD, void **, DWORD, PCERT_REVOCATION_PARA, PCERT_REVOCATION_STATUS) |
typedef RPC_STATUS(RPC_ENTRY * RpcStringFreeFunc) (unsigned char **) |
typedef RPC_STATUS(RPC_ENTRY * UuidCreateFunc) (UUID *) |
typedef RPC_STATUS(RPC_ENTRY * UuidToStringFunc) (UUID *, unsigned char **) |
|
static |
Definition at line 171 of file cert.c.
Referenced by CertAddCertificateContextToStore(), and CertAddCertificateLinkToStore().
|
static |
Definition at line 128 of file cert.c.
|
inlinestatic |
Definition at line 1546 of file cert.c.
Referenced by CertFindCertificateInStore(), find_cert_by_issuer(), find_cert_by_name_str_a(), and find_cert_by_name_str_w().
|
static |
Definition at line 1132 of file cert.c.
Referenced by CryptFindCertificateKeyProvInfo().
BOOL WINAPI CertAddCertificateContextToStore | ( | HCERTSTORE | hCertStore, |
PCCERT_CONTEXT | pCertContext, | ||
DWORD | dwAddDisposition, | ||
PCCERT_CONTEXT * | ppStoreContext | ||
) |
Definition at line 286 of file cert.c.
Referenced by cert_mgr_do_export(), CertAddEncodedCertificateToStore(), check_and_store_certs(), CRYPT_CreateAny(), CRYPT_CreateCert(), CRYPT_FindIssuer(), import_cert(), save_cert_as_cms(), save_pfx(), testAddCert(), testCertRegisterSystemStore(), testDupCert(), testEmptyStore(), testGetIssuerCert(), testRegStoreSavedCerts(), and testStoresInCollection().
BOOL WINAPI CertAddCertificateLinkToStore | ( | HCERTSTORE | hCertStore, |
PCCERT_CONTEXT | pCertContext, | ||
DWORD | dwAddDisposition, | ||
PCCERT_CONTEXT * | ppCertContext | ||
) |
Definition at line 296 of file cert.c.
Referenced by testAddCertificateLink(), and testLinkCert().
BOOL WINAPI CertAddEncodedCertificateToStore | ( | HCERTSTORE | hCertStore, |
DWORD | dwCertEncodingType, | ||
const BYTE * | pbCertEncoded, | ||
DWORD | cbCertEncoded, | ||
DWORD | dwAddDisposition, | ||
PCCERT_CONTEXT * | ppCertContext | ||
) |
Definition at line 58 of file cert.c.
Referenced by add_ms_root_certs(), CertAddEncodedCertificateToSystemStoreA(), CertAddEncodedCertificateToSystemStoreW(), check_ssl_policy(), CRYPT_MsgOpenStore(), getChain(), import_base64_certs_from_fp(), read_trusted_roots_from_known_locations(), test_CERT_CHAIN_PARA_cbSize(), test_crypt_ui_wiz_import(), test_I_UpdateStore(), test_msg_get_and_verify_signer(), testAddCert(), testAddCertificateLink(), testCloseStore(), testCollectionStore(), testCreateCertChainEngine(), testDupCert(), testFileNameStore(), testFileStore(), testFindCert(), testGetCertChain(), testGetIssuerCert(), testGetSubjectCert(), testMemStore(), testMessageStore(), and testRegStore().
BOOL WINAPI CertAddEncodedCertificateToSystemStoreA | ( | LPCSTR | pszCertStoreName, |
const BYTE * | pbCertEncoded, | ||
DWORD | cbCertEncoded | ||
) |
Definition at line 80 of file cert.c.
BOOL WINAPI CertAddEncodedCertificateToSystemStoreW | ( | LPCWSTR | pszCertStoreName, |
const BYTE * | pbCertEncoded, | ||
DWORD | cbCertEncoded | ||
) |
Definition at line 99 of file cert.c.
BOOL WINAPI CertAddEnhancedKeyUsageIdentifier | ( | PCCERT_CONTEXT | pCertContext, |
LPCSTR | pszUsageIdentifier | ||
) |
Definition at line 2978 of file cert.c.
Referenced by testKeyUsage().
BOOL WINAPI CertCompareCertificate | ( | DWORD | dwCertEncodingType, |
PCERT_INFO | pCertId1, | ||
PCERT_INFO | pCertId2 | ||
) |
Definition at line 1166 of file cert.c.
Referenced by compare_existing_cert(), CRYPT_CheckSimpleChainForCycles(), and testCompareCert().
BOOL WINAPI CertCompareCertificateName | ( | DWORD | dwCertEncodingType, |
PCERT_NAME_BLOB | pCertName1, | ||
PCERT_NAME_BLOB | pCertName2 | ||
) |
Definition at line 1180 of file cert.c.
Referenced by CDecodeSignedMsg_VerifySignature(), CertCompareCertificate(), compare_cert_by_cert_id(), compare_cert_by_name(), compare_cert_by_subject_cert(), compare_crl_existing(), compare_crl_issued_by(), compare_crl_issued_for(), CRYPT_IsCertificateSelfSigned(), testCompareCertName(), testFindCert(), and TrustIsCertificateSelfSigned().
BOOL WINAPI CertCompareIntegerBlob | ( | PCRYPT_INTEGER_BLOB | pInt1, |
PCRYPT_INTEGER_BLOB | pInt2 | ||
) |
Definition at line 1221 of file cert.c.
Referenced by CDecodeSignedMsg_VerifySignature(), CertCompareCertificate(), compare_cert_by_cert_id(), compare_cert_by_subject_cert(), compare_crl_issued_by(), CRYPT_FindCertificateInCRL(), CRYPT_IsCertificateSelfSigned(), testCompareIntegerBlob(), testFindCert(), and TrustIsCertificateSelfSigned().
BOOL WINAPI CertComparePublicKeyInfo | ( | DWORD | dwCertEncodingType, |
PCERT_PUBLIC_KEY_INFO | pPublicKey1, | ||
PCERT_PUBLIC_KEY_INFO | pPublicKey2 | ||
) |
Definition at line 1244 of file cert.c.
Referenced by compare_cert_by_public_key(), testComparePublicKeyInfo(), verify_authenticode_policy(), and verify_ms_root_policy().
|
static |
Definition at line 410 of file cert.c.
Referenced by CertContext_GetProperty(), and CertGetCertificateContextProperty().
|
static |
Definition at line 395 of file cert.c.
Referenced by CertContext_GetProperty().
|
static |
Definition at line 431 of file cert.c.
Referenced by CertContext_SetProperty(), and CertGetCertificateContextProperty().
|
static |
Definition at line 3304 of file cert.c.
Referenced by CertCreateSelfSignCertificate().
|
static |
Definition at line 647 of file cert.c.
Referenced by CertContext_SetProperty().
|
static |
Definition at line 678 of file cert.c.
Referenced by CertContext_GetHashProp(), CertContext_GetProperty(), CertContext_SetProperty(), and CertSetCertificateContextProperty().
PCCERT_CONTEXT WINAPI CertCreateCertificateContext | ( | DWORD | dwCertEncodingType, |
const BYTE * | pbCertEncoded, | ||
DWORD | cbCertEncoded | ||
) |
Definition at line 316 of file cert.c.
Referenced by CertAddEncodedCertificateToStore(), CertCreateContext(), CertCreateSelfSignCertificate(), CRYPT_CreateSignedCert(), msg_get_signer_callback(), rdssl_cert_read(), ShowX509EncodedCertificate(), test_CertGetNameStringA(), test_CertNameToStrA(), test_CertNameToStrW(), test_crypt_ui_wiz_import(), test_encrypt_message(), test_enveloped_msg_open(), test_getObjectUrl(), test_sign_message(), test_utils(), test_verifyRevocation(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testAddCert(), testAddCertificateLink(), testCertProperties(), testCertRegisterSystemStore(), testCertTrust(), testCreateCert(), testDupCert(), testEmptyStore(), testFindCertInCRL(), testFindCRL(), testGetCertChain(), testGetCRLFromStore(), testGetValidUsages(), testImportPublicKey(), testIsValidCRLForCert(), testKeyUsage(), testLinkCert(), testObjTrust(), testRegStoreSavedCerts(), testStoresInCollection(), testVerifyCertChainPolicy(), testVerifyCRLRevocation(), testVerifyRevocation(), and testVerifySubjectCert().
const void *WINAPI CertCreateContext | ( | DWORD | dwContextType, |
DWORD | dwEncodingType, | ||
const BYTE * | pbEncoded, | ||
DWORD | cbEncoded, | ||
DWORD | dwFlags, | ||
PCERT_CREATE_CONTEXT_PARA | pCreatePara | ||
) |
Definition at line 3679 of file cert.c.
PCCERT_CONTEXT WINAPI CertCreateSelfSignCertificate | ( | HCRYPTPROV_OR_NCRYPT_KEY_HANDLE | hProv, |
PCERT_NAME_BLOB | pSubjectIssuerBlob, | ||
DWORD | dwFlags, | ||
PCRYPT_KEY_PROV_INFO | pKeyProvInfo, | ||
PCRYPT_ALGORITHM_IDENTIFIER | pSignatureAlgorithm, | ||
PSYSTEMTIME | pStartTime, | ||
PSYSTEMTIME | pEndTime, | ||
PCERT_EXTENSIONS | pExtensions | ||
) |
Definition at line 3552 of file cert.c.
Referenced by init_function_pointers(), and testGetIssuerCert().
PCCERT_CONTEXT WINAPI CertDuplicateCertificateContext | ( | PCCERT_CONTEXT | pCertContext | ) |
Definition at line 360 of file cert.c.
Referenced by add_cert_to_list(), add_cert_to_store(), add_cert_to_view(), CRYPT_AddCertToSimpleChain(), CRYPT_BuildAlternateContextFromChain(), CRYPT_CopySimpleChainToElement(), CryptMsgGetAndVerifySigner(), MsiGetFileSignatureInformationW(), request_query_option(), request_set_option(), select_cert_dlg_proc(), testAddCert(), testDupCert(), testMemStore(), and WINTRUST_AddCert().
DWORD WINAPI CertEnumCertificateContextProperties | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwPropId | ||
) |
Definition at line 380 of file cert.c.
Referenced by testCertProperties().
PCRYPT_ATTRIBUTE WINAPI CertFindAttribute | ( | LPCSTR | pszObjId, |
DWORD | cAttr, | ||
CRYPT_ATTRIBUTE | rgAttr[] | ||
) |
Definition at line 2006 of file cert.c.
Referenced by test_findAttribute().
PCCERT_CONTEXT WINAPI CertFindCertificateInStore | ( | HCERTSTORE | hCertStore, |
DWORD | dwCertEncodingType, | ||
DWORD | dwFlags, | ||
DWORD | dwType, | ||
const void * | pvPara, | ||
PCCERT_CONTEXT | pPrevCertContext | ||
) |
Definition at line 1765 of file cert.c.
Referenced by add_cert_to_store(), CertGetIssuerCertificateFromStore(), CertGetSubjectCertificateFromStore(), CRYPT_CheckBasicConstraintsForCA(), CRYPT_DefaultGetSignerCertificate(), CRYPT_FindCertInStore(), CRYPT_FindIssuer(), CRYPTDLG_IsCertAllowed(), CryptMsgGetAndVerifySigner(), find_and_delete_cert_in_store(), SoftpubAuthenticode(), testFindCert(), and testRegStoreSavedCerts().
PCERT_EXTENSION WINAPI CertFindExtension | ( | LPCSTR | pszObjId, |
DWORD | cExtensions, | ||
CERT_EXTENSION | rgExtensions[] | ||
) |
Definition at line 2028 of file cert.c.
Referenced by cert_find_alt_name_entry(), CertContext_GetProperty(), CertGetEnhancedKeyUsage(), CertGetIntendedKeyUsage(), CertIsValidCRLForCertificate(), compare_crl_issued_by(), CRYPT_CheckUsages(), CRYPT_DecodeBasicConstraints(), CRYPT_GetIssuer(), CRYPT_GetNameConstraints(), CRYPT_GetPolicies(), CRYPT_GetUrlFromCertificateCRLDistPoint(), CRYPT_GetUrlFromCertificateIssuer(), CRYPT_IsCertificateSelfSigned(), CRYPT_KeyUsageValid(), display_app_usages(), find_cert_by_issuer(), get_subject_alt_name_ext(), is_ca_cert(), set_issuer_statement(), test_findExtension(), TrustIsCertificateSelfSigned(), and verify_cert_revocation().
PCERT_RDN_ATTR WINAPI CertFindRDNAttr | ( | LPCSTR | pszObjId, |
PCERT_NAME_INFO | pName | ||
) |
Definition at line 2051 of file cert.c.
Referenced by cert_get_name_from_rdn_attr(), CertGetNameStringW(), get_cert_common_name(), match_dns_to_subject_dn(), and test_findRDNAttr().
BOOL WINAPI CertFreeCertificateContext | ( | PCCERT_CONTEXT | pCertContext | ) |
Definition at line 371 of file cert.c.
Referenced by Cert_clone(), CertAddEncodedCertificateToStore(), CertGetIssuerCertificateFromStore(), check_store_context_type(), CRYPT_BuildAlternateContextFromChain(), CRYPT_BuildSimpleChain(), CRYPT_CheckBasicConstraintsForCA(), CRYPT_CheckRestrictedRoot(), CRYPT_CheckTrustedStatus(), CRYPT_CreateAny(), CRYPT_FindIssuer(), CRYPT_FreeChainElement(), CRYPTDLG_IsCertAllowed(), CryptExtOpenCERW(), CryptMsgGetAndVerifySigner(), CryptVerifyDetachedMessageSignature(), CryptVerifyMessageSignature(), free_certs(), get_security_cert_struct(), getChain(), netcon_secure_connect_setup(), netconn_secure_connect(), open_connection(), rdssl_cert_free(), request_destroy(), request_set_option(), save_pfx(), ShowX509EncodedCertificate(), SoftpubAuthenticode(), SoftpubCleanup(), test_CERT_CHAIN_PARA_cbSize(), test_CertGetNameStringA(), test_CertNameToStrA(), test_CertNameToStrW(), test_communication(), test_crypt_ui_wiz_import(), test_encrypt_message(), test_enveloped_msg_open(), test_getObjectUrl(), test_msg_get_and_verify_signer(), test_retrieveObjectByUrl(), test_secure_connection(), test_sign_message(), test_utils(), test_verifyRevocation(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testAddCert(), testAddCertificateLink(), testAddSerialized(), testCertProperties(), testCertRegisterSystemStore(), testCertTrust(), testCloseStore(), testCollectionStore(), testCreateCert(), testCreateSelfSignCert(), testDupCert(), testEmptyStore(), testFileStore(), testFindCert(), testFindCertInCRL(), testFindCRL(), testGetCertChain(), testGetCRLFromStore(), testGetIssuerCert(), testGetSubjectCert(), testGetValidUsages(), testImportPublicKey(), testIsValidCRLForCert(), testKeyUsage(), testLinkCert(), testMemStore(), testObjTrust(), testRegStoreSavedCerts(), testStoresInCollection(), testVerifyCertChainPolicy(), testVerifyCRLRevocation(), testVerifyRevocation(), testVerifySubjectCert(), and WINTRUST_VerifySigner().
BOOL WINAPI CertGetCertificateContextProperty | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwPropId, | ||
void * | pvData, | ||
DWORD * | pcbData | ||
) |
Definition at line 551 of file cert.c.
Referenced by add_cert_to_list(), add_cert_to_store(), add_cert_to_view(), add_properties(), cert_prov_info_matches_cert(), CertGetEnhancedKeyUsage(), CertGetNameStringW(), checkHash(), compare_cert_by_cert_id(), compare_cert_by_md5_hash(), compare_cert_by_sha1_hash(), compare_cert_by_signature_hash(), compare_crl_issued_by(), CRYPT_AcquirePrivateKeyFromProvInfo(), CRYPT_CheckBasicConstraintsForCA(), CRYPT_FindCertInStore(), CRYPT_IsCertificateSelfSigned(), CryptAcquireCertificatePrivateKey(), CRYPTDLG_IsCertAllowed(), export_get_private_key_info(), export_info_has_private_key(), get_cert_property_as_string(), SoftpubAuthenticode(), testAcquireCertPrivateKey(), testAddCertificateLink(), testAddSerialized(), testCertProperties(), testCreateCert(), testCreateSelfSignCert(), and TrustIsCertificateSelfSigned().
BOOL WINAPI CertGetEnhancedKeyUsage | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwFlags, | ||
PCERT_ENHKEY_USAGE | pUsage, | ||
DWORD * | pcbUsage | ||
) |
Definition at line 2847 of file cert.c.
Referenced by CertAddEnhancedKeyUsageIdentifier(), CertGetValidUsages(), CertRemoveEnhancedKeyUsageIdentifier(), display_cert_usages(), get_cert_usages(), show_cert_usages(), and testKeyUsage().
BOOL WINAPI CertGetIntendedKeyUsage | ( | DWORD | dwCertEncodingType, |
PCERT_INFO | pCertInfo, | ||
BYTE * | pbKeyUsage, | ||
DWORD | cbKeyUsage | ||
) |
Definition at line 2810 of file cert.c.
Referenced by testIntendedKeyUsage().
PCCERT_CONTEXT WINAPI CertGetIssuerCertificateFromStore | ( | HCERTSTORE | hCertStore, |
PCCERT_CONTEXT | pSubjectContext, | ||
PCCERT_CONTEXT | pPrevIssuerContext, | ||
DWORD * | pdwFlags | ||
) |
Definition at line 1887 of file cert.c.
Referenced by testGetIssuerCert().
DWORD WINAPI CertGetPublicKeyLength | ( | DWORD | dwCertEncodingType, |
PCERT_PUBLIC_KEY_INFO | pPublicKey | ||
) |
Definition at line 1305 of file cert.c.
Referenced by field_format_public_key(), and testGetPublicKeyLength().
PCCERT_CONTEXT WINAPI CertGetSubjectCertificateFromStore | ( | HCERTSTORE | hCertStore, |
DWORD | dwCertEncodingType, | ||
PCERT_INFO | pCertId | ||
) |
Definition at line 1831 of file cert.c.
Referenced by testGetSubjectCert(), and WINTRUST_VerifySigner().
BOOL WINAPI CertGetValidUsages | ( | DWORD | cCerts, |
PCCERT_CONTEXT * | rghCerts, | ||
int * | cNumOIDs, | ||
LPSTR * | rghOIDs, | ||
DWORD * | pcbOIDs | ||
) |
Definition at line 3159 of file cert.c.
Referenced by init_function_pointers(), and show_store_certs().
BOOL WINAPI CertIsRDNAttrsInCertificateName | ( | DWORD | dwCertEncodingType, |
DWORD | dwFlags, | ||
PCERT_NAME_BLOB | pCertName, | ||
PCERT_RDN | pRDN | ||
) |
Definition at line 2131 of file cert.c.
Referenced by directory_name_matches(), and testIsRDNAttrsInCertificateName().
BOOL WINAPI CertRemoveEnhancedKeyUsageIdentifier | ( | PCCERT_CONTEXT | pCertContext, |
LPCSTR | pszUsageIdentifier | ||
) |
Definition at line 3063 of file cert.c.
Referenced by testKeyUsage().
BOOL WINAPI CertSetCertificateContextProperty | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwPropId, | ||
DWORD | dwFlags, | ||
const void * | pvData | ||
) |
Definition at line 799 of file cert.c.
Referenced by CertContext_SetKeyProvInfo(), CertSetEnhancedKeyUsage(), CryptAcquireCertificatePrivateKey(), find_matching_provider(), save_pfx(), set_cert_string_property(), test_sign_message(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testAddCert(), testAddCertificateLink(), and testCertProperties().
BOOL WINAPI CertSetEnhancedKeyUsage | ( | PCCERT_CONTEXT | pCertContext, |
PCERT_ENHKEY_USAGE | pUsage | ||
) |
Definition at line 2952 of file cert.c.
Referenced by apply_general_changes(), CertAddEnhancedKeyUsageIdentifier(), CertRemoveEnhancedKeyUsageIdentifier(), and testKeyUsage().
BOOL WINAPI CertVerifyCTLUsage | ( | DWORD | dwEncodingType, |
DWORD | dwSubjectType, | ||
void * | pvSubject, | ||
PCTL_USAGE | pSubjectUsage, | ||
DWORD | dwFlags, | ||
PCTL_VERIFY_USAGE_PARA | pVerifyUsagePara, | ||
PCTL_VERIFY_USAGE_STATUS | pVerifyUsageStatus | ||
) |
BOOL WINAPI CertVerifyRevocation | ( | DWORD | dwEncodingType, |
DWORD | dwRevType, | ||
DWORD | cContext, | ||
PVOID | rgpvContext[], | ||
DWORD | dwFlags, | ||
PCERT_REVOCATION_PARA | pRevPara, | ||
PCERT_REVOCATION_STATUS | pRevStatus | ||
) |
Definition at line 1934 of file cert.c.
Referenced by CRYPT_VerifyChainRevocation(), test_verifyRevocation(), and testVerifyRevocation().
BOOL WINAPI CertVerifySubjectCertificateContext | ( | PCCERT_CONTEXT | pSubject, |
PCCERT_CONTEXT | pIssuer, | ||
DWORD * | pdwFlags | ||
) |
Definition at line 1845 of file cert.c.
Referenced by CertGetIssuerCertificateFromStore(), rdssl_certs_ok(), and testVerifySubjectCert().
LONG WINAPI CertVerifyTimeValidity | ( | LPFILETIME | pTimeToVerify, |
PCERT_INFO | pCertInfo | ||
) |
Definition at line 2158 of file cert.c.
Referenced by CertTrustFinalPolicy(), CertVerifySubjectCertificateContext(), CertVerifyValidityNesting(), CRYPT_CheckSimpleChain(), and test_verifyTimeValidity().
BOOL WINAPI CertVerifyValidityNesting | ( | PCERT_INFO | pSubjectInfo, |
PCERT_INFO | pIssuerInfo | ||
) |
|
static |
Definition at line 2474 of file cert.c.
Referenced by CNG_VerifySignature().
|
static |
Definition at line 2513 of file cert.c.
Referenced by CNG_ImportPubKey().
|
static |
Definition at line 2586 of file cert.c.
Referenced by CNG_VerifySignature().
|
static |
Definition at line 2630 of file cert.c.
Referenced by CNG_VerifySignature().
|
static |
Definition at line 2596 of file cert.c.
Referenced by CNG_PrepareSignature().
|
static |
Definition at line 2664 of file cert.c.
Referenced by CRYPT_VerifyCertSignatureFromPublicKeyInfo().
|
static |
Definition at line 1460 of file cert.c.
Referenced by CertFindCertificateInStore(), and find_cert_by_issuer().
|
static |
Definition at line 1367 of file cert.c.
Referenced by CertFindCertificateInStore().
|
static |
Definition at line 1409 of file cert.c.
Referenced by CertFindCertificateInStore(), and find_cert_by_issuer().
|
static |
Definition at line 1673 of file cert.c.
Referenced by find_cert_by_name_str_a(), and find_cert_by_name_str_w().
|
static |
Definition at line 1424 of file cert.c.
Referenced by CertFindCertificateInStore().
|
static |
Definition at line 1388 of file cert.c.
Referenced by CertFindCertificateInStore(), and compare_cert_by_cert_id().
|
static |
Definition at line 1518 of file cert.c.
Referenced by CertFindCertificateInStore().
|
static |
Definition at line 1435 of file cert.c.
Referenced by CertFindCertificateInStore().
|
static |
Definition at line 1510 of file cert.c.
Referenced by CertFindCertificateInStore().
|
static |
Definition at line 994 of file cert.c.
Referenced by find_key_prov_info_in_provider().
|
static |
Definition at line 829 of file cert.c.
Referenced by CryptAcquireCertificatePrivateKey().
|
static |