Searched defs:pszObjId (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-builtin.cpp58 PCRTCRPKIXSIGNATUREDESC RTCrPkixSignatureFindByObjIdString(const char *pszObjId, void **ppvOpaque) argument
68 if (strcmp(g_apPkixSignatureDescriptors[i]->pszObjId, pszObjId) == 0)
80 if (strcmp(*ppszAliases, pszObjId) == 0)
91 int iAlgoNid = OBJ_txt2nid(pszObjId);
118 RTDECL(int) RTCrPkixSignatureCreateByObjIdString(PRTCRPKIXSIGNATURE phSignature, const char *pszObjId, bool fSigning, argument
122 PCRTCRPKIXSIGNATUREDESC pDesc = RTCrPkixSignatureFindByObjIdString(pszObjId, &pvOpaque);
H A Ddigest-builtin.cpp630 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjIdString(const char *pszObjId, void **ppvOpaque) argument
640 if (strcmp(g_apDigestOps[i]->pszObjId, pszObjId) == 0)
652 if (strcmp(*ppszAliases, pszObjId) == 0)
663 int iAlgoNid = OBJ_txt2nid(pszObjId);
690 RTDECL(int) RTCrDigestCreateByObjIdString(PRTCRDIGEST phDigest, const char *pszObjId) argument
693 PCRTCRDIGESTDESC pDesc = RTCrDigestFindByObjIdString(pszObjId, &pvOpaque);
H A Dx509-core.cpp123 RTDECL(int) RTCrX509AlgorithmIdentifier_CompareWithString(PCRTCRX509ALGORITHMIDENTIFIER pThis, const char *pszObjId) argument
125 return strcmp(pThis->Algorithm.szObjId, pszObjId);
/vbox/include/iprt/crypto/
H A Ddigest.h50 const char *pszObjId; member in struct:RTCRDIGESTDESC
141 * @param pszObjId The dotted object identifier string of the message
148 RTDECL(PCRTCRDIGESTDESC) RTCrDigestFindByObjIdString(const char *pszObjId, void *ppvOpaque);
156 * @param pszObjId The ASN.1 object ID of the message digest algorithm.
165 RTDECL(int) RTCrDigestCreateByObjIdString(PRTCRDIGEST phDigest, const char *pszObjId);
H A Dpkix.h94 const char *pszObjId; member in struct:RTCRPKIXSIGNATUREDESC
196 PCRTCRPKIXSIGNATUREDESC RTCrPkixSignatureFindByObjIdString(const char *pszObjId, void *ppvOpaque);
198 RTDECL(int) RTCrPkixSignatureCreateByObjIdString(PRTCRPKIXSIGNATURE phSignature, const char *pszObjId, bool fSigning,
227 const char *pszObjId; member in struct:RTCRPKIXENCRYPTIONDESC
371 PCRTCRPKIXENCRYPTIONDESC RTCrPkixEncryptionFindByObjIdString(const char *pszObjId, void *ppvOpaque);
373 RTDECL(int) RTCrPkixEncryptionCreateByObjIdString(PRTCRPKIXENCRYPTION phEncryption, const char *pszObjId,
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-objid-decode.cpp85 char *pszObjId = *ppszObjId; local
86 *ppszObjId = pszObjId + cchNeeded + 1;
88 *pszObjId = '.';
89 memcpy(pszObjId + 1, psz, cchNeeded);
315 char *pszObjId = &pThis->szObjId[0]; local
316 *pszObjId++ = g_achDigits[pauComponents[0]];
319 rc = rtAsn1ObjId_InternalFormatComponent(pauComponents[1], &pszObjId, &cbObjIdLeft); AssertRC(rc);
332 rc = rtAsn1ObjId_InternalFormatComponent(uValue, &pszObjId, &cbObjIdLeft);
338 *pszObjId = '\0';
H A Dasn1-dump.cpp193 * @param pszObjId The dotted object identifier string.
195 static const char *rtAsn1DumpLookupObjIdName(const char *pszObjId) argument
198 ( pszObjId[a_off] == (a_uValue) + '0' && pszObjId[a_off + 1] == '.' )
200 ( pszObjId[a_off] == (a_uValue) / 10 + '0' && pszObjId[a_off + 1] == (a_uValue) % 10 + '0' && pszObjId[a_off + 2] == '.' )
202 ( pszObjId[a_off] == (a_uValue) / 100 + '0' \
203 && pszObjId[a_off + 1] == ((a_uValue) % 100) / 10 + '0' \
204 && pszObjId[a_of
[all...]
H A Dasn1-ut-objid.cpp154 RTDECL(int) RTAsn1ObjId_InitFromString(PRTASN1OBJID pThis, const char *pszObjId, PCRTASN1ALLOCATORVTABLE pAllocator) argument
161 size_t cbObjId = strlen(pszObjId) + 1;
164 const char *psz = pszObjId;
260 psz = pszObjId;
320 memcpy(pThis->szObjId, pszObjId, cbObjId);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h128 LPSTR pszObjId; member in struct:_CRYPT_ALGORITHM_IDENTIFIER
133 LPSTR pszObjId; member in struct:_CRYPT_ATTRIBUTE_TYPE_VALUE
232 LPSTR pszObjId; member in struct:_CERT_EXTENSION
258 LPSTR pszObjId; member in struct:_CERT_RDN_ATTR
325 LPSTR pszObjId; member in struct:_CERT_OTHER_NAME
444 LPSTR pszObjId; member in struct:_CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY
450 LPSTR pszObjId; member in struct:_CRYPT_CONTENT_INFO
585 LPSTR pszObjId; member in struct:_CRYPT_ATTRIBUTE
684 LPSTR pszObjId; member in struct:_CRYPT_SMIME_CAPABILITY
4021 DWORD WINAPI CertOIDToAlgId(LPCSTR pszObjId);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h128 LPSTR pszObjId; member in struct:_CRYPT_ALGORITHM_IDENTIFIER
133 LPSTR pszObjId; member in struct:_CRYPT_ATTRIBUTE_TYPE_VALUE
232 LPSTR pszObjId; member in struct:_CERT_EXTENSION
258 LPSTR pszObjId; member in struct:_CERT_RDN_ATTR
325 LPSTR pszObjId; member in struct:_CERT_OTHER_NAME
444 LPSTR pszObjId; member in struct:_CRYPT_CONTENT_INFO_SEQUENCE_OF_ANY
450 LPSTR pszObjId; member in struct:_CRYPT_CONTENT_INFO
585 LPSTR pszObjId; member in struct:_CRYPT_ATTRIBUTE
684 LPSTR pszObjId; member in struct:_CRYPT_SMIME_CAPABILITY
3932 DWORD WINAPI CertOIDToAlgId(LPCSTR pszObjId);
[all...]

Completed in 117 milliseconds