ReactOS 0.4.16-dev-736-g28b802b
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winuser.h"
#include "wincrypt.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
struct | KeynameKeeper |
struct | X500TokenW |
Macros | |
#define | NONAMELESSUNION |
Variables | |
static const WCHAR | indent [] = { ' ',' ',' ',' ',' ',0 } |
|
static |
Definition at line 1179 of file str.c.
Referenced by CertGetNameStringW().
|
static |
Definition at line 1206 of file str.c.
Referenced by CertGetNameStringW().
DWORD cert_name_to_str_with_indent | ( | DWORD | dwCertEncodingType, |
DWORD | indent, | ||
const CERT_NAME_BLOB * | pName, | ||
DWORD | dwStrType, | ||
LPWSTR | psz, | ||
DWORD | csz | ||
) |
String functions
Definition at line 576 of file str.c.
Referenced by CertGetNameStringW(), CertNameToStrW(), CRYPT_FormatAltNameEntry(), and name_value_to_str().
DWORD WINAPI CertGetNameStringA | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwType, | ||
DWORD | dwFlags, | ||
void * | pvTypePara, | ||
LPSTR | pszNameString, | ||
DWORD | cchNameString | ||
) |
Definition at line 1127 of file str.c.
Referenced by GetFriendlyNameOfCertA().
DWORD WINAPI CertGetNameStringW | ( | PCCERT_CONTEXT | pCertContext, |
DWORD | dwType, | ||
DWORD | dwFlags, | ||
void * | pvTypePara, | ||
LPWSTR | pszNameString, | ||
DWORD | cchNameString | ||
) |
Definition at line 1228 of file str.c.
Referenced by add_cert_to_list(), add_cert_to_view(), CertGetNameStringA(), CertGetNameStringW(), dump_element(), get_cert_name_string(), and GetFriendlyNameOfCertW().
DWORD WINAPI CertNameToStrA | ( | DWORD | dwCertEncodingType, |
PCERT_NAME_BLOB | pName, | ||
DWORD | dwStrType, | ||
LPSTR | psz, | ||
DWORD | csz | ||
) |
Definition at line 414 of file str.c.
Referenced by _test_name_blob(), and get_security_cert_struct().
DWORD WINAPI CertNameToStrW | ( | DWORD | dwCertEncodingType, |
PCERT_NAME_BLOB | pName, | ||
DWORD | dwStrType, | ||
LPWSTR | psz, | ||
DWORD | csz | ||
) |
Definition at line 702 of file str.c.
Referenced by blob_to_str(), CertGetNameStringW(), compare_cert_by_name_str(), and field_format_detailed_cert_name().
DWORD WINAPI CertRDNValueToStrA | ( | DWORD | dwValueType, |
PCERT_RDN_VALUE_BLOB | pValue, | ||
LPSTR | psz, | ||
DWORD | csz | ||
) |
Definition at line 33 of file str.c.
Referenced by get_cert_common_name().
DWORD WINAPI CertRDNValueToStrW | ( | DWORD | dwValueType, |
PCERT_RDN_VALUE_BLOB | pValue, | ||
LPWSTR | psz, | ||
DWORD | csz | ||
) |
Definition at line 100 of file str.c.
Referenced by cert_get_name_from_rdn_attr(), CertGetNameStringW(), and get_cps_str_from_qualifier().
BOOL WINAPI CertStrToNameA | ( | DWORD | dwCertEncodingType, |
LPCSTR | pszX500, | ||
DWORD | dwStrType, | ||
void * | pvReserved, | ||
BYTE * | pbEncoded, | ||
DWORD * | pcbEncoded, | ||
LPCSTR * | ppszError | ||
) |
Definition at line 716 of file str.c.
BOOL WINAPI CertStrToNameW | ( | DWORD | dwCertEncodingType, |
LPCWSTR | pszX500, | ||
DWORD | dwStrType, | ||
void * | pvReserved, | ||
BYTE * | pbEncoded, | ||
DWORD * | pcbEncoded, | ||
LPCWSTR * | ppszError | ||
) |
Definition at line 1024 of file str.c.
Referenced by CertStrToNameA(), and testGetIssuerCert().
Definition at line 396 of file str.c.
Referenced by CertNameToStrA().
Definition at line 530 of file str.c.
Referenced by cert_name_to_str_with_indent().
Definition at line 556 of file str.c.
Referenced by cert_name_to_str_with_indent().
|
static |
Definition at line 958 of file str.c.
Referenced by CRYPT_ValueToRDN().
|
static |
Definition at line 906 of file str.c.
Referenced by CRYPT_EncodeValue().
|
static |
Definition at line 782 of file str.c.
Referenced by CertStrToNameW(), and CRYPT_KeynameKeeperFromTokenW().
|
static |
Definition at line 810 of file str.c.
Referenced by CertStrToNameW().
|
static |
Definition at line 839 of file str.c.
Referenced by CertStrToNameW().
|
static |
|
static |
Definition at line 794 of file str.c.
Referenced by CertStrToNameW().
|
static |
Definition at line 972 of file str.c.
Referenced by CertStrToNameW().
Definition at line 160 of file str.c.
Referenced by quote_rdn_value_to_str_a(), and quote_rdn_value_to_str_w().
|
static |
Definition at line 179 of file str.c.
Referenced by CertNameToStrA().
|
static |
Definition at line 288 of file str.c.
Referenced by cert_name_to_str_with_indent().
WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
Definition at line 574 of file str.c.
Referenced by cert_name_to_str_with_indent().