|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winuser.h"#include "wincrypt.h"#include "wine/debug.h"#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
| struct | KeynameKeeper |
| struct | X500TokenW |
Variables | |
| static const WCHAR | indent [] = L" " |
|
static |
Definition at line 960 of file str.c.
Referenced by CertGetNameStringW().
|
static |
Definition at line 937 of file str.c.
Referenced by cert_find_alt_name_entry(), and CertGetNameStringW().
|
static |
Definition at line 918 of file str.c.
Referenced by cert_find_alt_name_entry(), and CertGetNameStringW().
|
static |
Definition at line 969 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 336 of file str.c.
Referenced by CertGetNameStringW(), CertNameToStrW(), CRYPT_FormatAltNameEntry(), and name_value_to_str().
| DWORD WINAPI CertGetNameStringA | ( | PCCERT_CONTEXT | cert, |
| DWORD | type, | ||
| DWORD | flags, | ||
| void * | type_para, | ||
| LPSTR | name, | ||
| DWORD | name_len | ||
| ) |
Definition at line 883 of file str.c.
Referenced by GetFriendlyNameOfCertA(), test_CertGetNameString(), and test_CertGetNameString_value_().
| DWORD WINAPI CertGetNameStringW | ( | PCCERT_CONTEXT | cert, |
| DWORD | type, | ||
| DWORD | flags, | ||
| void * | type_para, | ||
| LPWSTR | name_string, | ||
| DWORD | name_len | ||
| ) |
Definition at line 1013 of file str.c.
Referenced by add_cert_to_list(), add_cert_to_view(), CertGetNameStringA(), CertGetNameStringW(), dump_element(), get_cert_name_string(), GetFriendlyNameOfCertW(), CCert::GetNameString(), test_CertGetNameString(), and test_CertGetNameString_value_().
| DWORD WINAPI CertNameToStrA | ( | DWORD | encoding_type, |
| PCERT_NAME_BLOB | name_blob, | ||
| DWORD | str_type, | ||
| LPSTR | str, | ||
| DWORD | str_len | ||
| ) |
Definition at line 250 of file str.c.
Referenced by _test_name_blob(), get_security_cert_struct(), test_CertNameToStrA(), and test_NameToStrConversionA_().
| DWORD WINAPI CertNameToStrW | ( | DWORD | dwCertEncodingType, |
| PCERT_NAME_BLOB | pName, | ||
| DWORD | dwStrType, | ||
| LPWSTR | psz, | ||
| DWORD | csz | ||
| ) |
Definition at line 463 of file str.c.
Referenced by blob_to_str(), CertGetNameStringW(), CertNameToStrA(), compare_cert_by_name_str(), field_format_detailed_cert_name(), test_CertNameToStrW(), test_NameToStrConversionW_(), and test_quoted_RDN().
| DWORD WINAPI CertRDNValueToStrA | ( | DWORD | type, |
| PCERT_RDN_VALUE_BLOB | value_blob, | ||
| LPSTR | value, | ||
| DWORD | value_len | ||
| ) |
Definition at line 30 of file str.c.
Referenced by get_cert_common_name(), and test_CertRDNValueToStrA().
| DWORD WINAPI CertRDNValueToStrW | ( | DWORD | dwValueType, |
| PCERT_RDN_VALUE_BLOB | pValue, | ||
| LPWSTR | psz, | ||
| DWORD | csz | ||
| ) |
Definition at line 117 of file str.c.
Referenced by CertRDNValueToStrA(), get_cps_str_from_qualifier(), and test_CertRDNValueToStrW().
| BOOL WINAPI CertStrToNameA | ( | DWORD | dwCertEncodingType, |
| LPCSTR | pszX500, | ||
| DWORD | dwStrType, | ||
| void * | pvReserved, | ||
| BYTE * | pbEncoded, | ||
| DWORD * | pcbEncoded, | ||
| LPCSTR * | ppszError | ||
| ) |
Definition at line 477 of file str.c.
Referenced by test_CertStrToNameA().
| BOOL WINAPI CertStrToNameW | ( | DWORD | dwCertEncodingType, |
| LPCWSTR | pszX500, | ||
| DWORD | dwStrType, | ||
| void * | pvReserved, | ||
| BYTE * | pbEncoded, | ||
| DWORD * | pcbEncoded, | ||
| LPCWSTR * | ppszError | ||
| ) |
Definition at line 785 of file str.c.
Referenced by CertStrToNameA(), test_CertStrToNameW(), and testGetIssuerCert().
Definition at line 290 of file str.c.
Referenced by cert_name_to_str_with_indent().
Definition at line 316 of file str.c.
Referenced by cert_name_to_str_with_indent().
|
static |
Definition at line 719 of file str.c.
Referenced by CRYPT_ValueToRDN().
|
static |
Definition at line 667 of file str.c.
Referenced by CRYPT_EncodeValue().
|
static |
Definition at line 543 of file str.c.
Referenced by CertStrToNameW(), and CRYPT_KeynameKeeperFromTokenW().
|
static |
|
static |
Definition at line 600 of file str.c.
Referenced by CertStrToNameW().
|
static |
|
static |
Definition at line 555 of file str.c.
Referenced by CertStrToNameW().
|
static |
Definition at line 733 of file str.c.
Referenced by CertStrToNameW().
Definition at line 123 of file str.c.
Referenced by quote_rdn_value_to_str_w().
|
static |
Definition at line 147 of file str.c.
Referenced by cert_name_to_str_with_indent().
|
static |
Definition at line 65 of file str.c.
Referenced by cert_get_name_from_rdn_attr(), CertGetNameStringW(), and CertRDNValueToStrW().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
Definition at line 334 of file str.c.
Referenced by cert_name_to_str_with_indent().