Home
last modified time | relevance | path

Searched refs:noticeRef (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/cryptdlg/
H A Dmain.c600 LPWSTR noticeRef, organization, noticeNum, noticeText; in CRYPT_FormatUserNotice() local
605 (LPWSTR)&noticeRef, 0); in CRYPT_FormatUserNotice()
646 memcpy(str, noticeRef, noticeRefLen * sizeof(WCHAR)); in CRYPT_FormatUserNotice()
/reactos/dll/win32/crypt32/
H A Dencode.c1762 const CERT_POLICY_QUALIFIER_NOTICE_REFERENCE *noticeRef = pvStructInfo; in CRYPT_AsnEncodeNoticeNumbers() local
1766 for (i = 0, dataLen = 0; ret && i < noticeRef->cNoticeNumbers; i++) in CRYPT_AsnEncodeNoticeNumbers()
1771 &noticeRef->rgNoticeNumbers[i], 0, NULL, NULL, &size); in CRYPT_AsnEncodeNoticeNumbers()
1794 for (i = 0; i < noticeRef->cNoticeNumbers; i++) in CRYPT_AsnEncodeNoticeNumbers()
1799 &noticeRef->rgNoticeNumbers[i], 0, NULL, out, &size); in CRYPT_AsnEncodeNoticeNumbers()
1815 const CERT_POLICY_QUALIFIER_NOTICE_REFERENCE *noticeRef = pvStructInfo; in CRYPT_AsnEncodeNoticeReference() local
1818 { 0, (LPBYTE)noticeRef->pszOrganization } }; in CRYPT_AsnEncodeNoticeReference()
1821 { noticeRef, CRYPT_AsnEncodeNoticeNumbers, 0 }, in CRYPT_AsnEncodeNoticeReference()
H A Ddecode.c2484 PCERT_POLICY_QUALIFIER_NOTICE_REFERENCE noticeRef; in CRYPT_AsnDecodeNoticeReference() local
2494 noticeRef = in CRYPT_AsnDecodeNoticeReference()
2496 noticeRef->pszOrganization = (LPSTR)((LPBYTE)noticeRef + in CRYPT_AsnDecodeNoticeReference()
2499 NULL, noticeRef, &bytesNeeded, pcbDecoded, noticeRef->pszOrganization); in CRYPT_AsnDecodeNoticeReference()