Searched refs:cert_name_to_str_with_indent (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/crypt32/ |
H A D | str.c | 576 DWORD cert_name_to_str_with_indent(DWORD dwCertEncodingType, DWORD indentLevel, in cert_name_to_str_with_indent() function 710 ret = cert_name_to_str_with_indent(dwCertEncodingType, 0, pName, dwStrType, in CertNameToStrW() 1310 ret = cert_name_to_str_with_indent(X509_ASN_ENCODING, 0, in CertGetNameStringW()
|
H A D | crypt32_private.h | 385 DWORD cert_name_to_str_with_indent(DWORD dwCertEncodingType, DWORD indent,
|
H A D | object.c | 1190 directoryNameLen = cert_name_to_str_with_indent(X509_ASN_ENCODING, in CRYPT_FormatAltNameEntry() 1305 cert_name_to_str_with_indent(X509_ASN_ENCODING, in CRYPT_FormatAltNameEntry()
|
H A D | chain.c | 1412 DWORD len = cert_name_to_str_with_indent(X509_ASN_ENCODING, 0, name, in name_value_to_str() 1420 cert_name_to_str_with_indent(X509_ASN_ENCODING, 0, name, in name_value_to_str()
|