Searched refs:Algorithm (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-verify.cpp65 const char *pszCipherOid = RTCrPkixGetCiperOidFromSignatureAlgorithm(&pThis->SignatureAlgorithm.Algorithm);
69 pThis->SignatureAlgorithm.Algorithm.szObjId);
74 pszCipherOid, pThis->SignatureAlgorithm.Algorithm.szObjId, pAlgorithm->szObjId);
80 return RTCrPkixPubKeyVerifySignature(&pThis->SignatureAlgorithm.Algorithm, pParameters, pPublicKey, &pThis->SignatureValue,
H A Dspc-sanity.cpp62 pIndData->DigestInfo.DigestAlgorithm.Algorithm.szObjId,
63 pSignedData->SignerInfos.paItems[0].DigestAlgorithm.Algorithm.szObjId);
69 pIndData->DigestInfo.DigestAlgorithm.Algorithm.szObjId,
70 pSignedData->DigestAlgorithms.paItems[0].Algorithm.szObjId);
77 pIndData->DigestInfo.DigestAlgorithm.Algorithm.szObjId);
86 pIndData->DigestInfo.DigestAlgorithm.Algorithm.szObjId);
H A Dx509-core.cpp62 * One X.509 Algorithm Identifier.
68 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_MD5))
70 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA1))
72 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA256))
74 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA512))
77 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA384))
79 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA224))
81 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA512T224))
83 if (!strcmp(pThis->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA512T256))
94 if (!strcmp(pThis->Algorithm
[all...]
H A Dpkcs7-sanity.cpp72 i, pSignedData->DigestAlgorithms.paItems[i].Algorithm.szObjId);
141 i, pSignerInfo->DigestAlgorithm.Algorithm.szObjId);
147 &pCert->TbsCertificate.SubjectPublicKeyInfo.Algorithm) != 0)
150 i, pSignerInfo->DigestEncryptionAlgorithm.Algorithm.szObjId,
151 pCert->TbsCertificate.SubjectPublicKeyInfo.Algorithm.Algorithm.szObjId);
H A Dpkcs7-verify.cpp302 int rc = RTCrDigestCreateByObjId(&hDigest, &pSignerInfo->DigestAlgorithm.Algorithm);
352 pSignerInfo->DigestAlgorithm.Algorithm.szObjId);
477 &pSignerCert->TbsCertificate.SubjectPublicKeyInfo.Algorithm.Algorithm,
493 pSignerCert->TbsCertificate.SubjectPublicKeyInfo.Algorithm.Algorithm.szObjId,
494 pSignerInfo->DigestEncryptionAlgorithm.Algorithm.szObjId);
536 int rc = RTCrDigestCreateByObjId(&hDigest, &pCounterSignerInfo->DigestAlgorithm.Algorithm);
562 pCounterSignerInfo->DigestAlgorithm.Algorithm.szObjId, rc);
618 rc = RTCrDigestCreateByObjId(&ahDigests[i], &pSignedData->DigestAlgorithms.paItems[i].Algorithm);
[all...]
H A Dx509-sanity.cpp139 pThis->SignatureAlgorithm.Algorithm.szObjId,
140 pThis->TbsCertificate.Signature.Algorithm.szObjId);
H A Dx509-certpaths.cpp1961 pThis->v.pWorkingPublicKeyAlgorithm = &pTbsCert->SubjectPublicKeyInfo.Algorithm.Algorithm;
1962 pThis->v.pWorkingPublicKeyParameters = &pTbsCert->SubjectPublicKeyInfo.Algorithm.Parameters;
1971 pThis->v.pWorkingPublicKeyAlgorithm = &pTaInfo->PubKey.Algorithm.Algorithm;
1972 pThis->v.pWorkingPublicKeyParameters = &pTaInfo->PubKey.Algorithm.Parameters;
2280 if ( RTASN1CORE_IS_PRESENT(&pTbsCert->SubjectPublicKeyInfo.Algorithm.Parameters.u.Core)
2281 && pTbsCert->SubjectPublicKeyInfo.Algorithm.Parameters.enmType != RTASN1TYPE_NULL)
2282 pThis->v.pWorkingPublicKeyParameters = &pTbsCert->SubjectPublicKeyInfo.Algorithm.Parameters;
2284 && RTAsn1ObjId_Compare(pThis->v.pWorkingPublicKeyAlgorithm, &pTbsCert->SubjectPublicKeyInfo.Algorithm
[all...]
H A Dx509-template.h46 * One X.509 Algorithm Identifier.
52 RTASN1TMPL_MEMBER( Algorithm, RTASN1OBJID, RTAsn1ObjId);
61 * Set of X.509 Algorithm Identifiers.
178 RTASN1TMPL_MEMBER( Algorithm, RTCRX509ALGORITHMIDENTIFIER, RTCrX509AlgorithmIdentifier);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.h169 IN UINTN Algorithm
H A DDecompress.c18 Decompressor. Algorithm Ported from OPSD code (Decomp.asm)
934 IN UINTN Algorithm
942 switch (Algorithm) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiCHAP.c137 UINTN Algorithm; local
217 Algorithm = AsciiStrDecimalToUintn (Value);
218 if (Algorithm != ISCSI_CHAP_ALGORITHM_MD5) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.c162 UINTN Algorithm; local
250 Algorithm = IScsiNetNtoi (Value);
251 if (Algorithm != ISCSI_CHAP_ALGORITHM_MD5) {
/vbox/include/iprt/crypto/
H A Dx509.h52 RTASN1OBJID Algorithm; member in struct:RTCRX509ALGORITHMIDENTIFIER
95 /** @name Typical Digest Algorithm OIDs.
110 /** @name Encrypted Digest Algorithm OIDs.
360 RTCRX509ALGORITHMIDENTIFIER Algorithm; member in struct:RTCRX509SUBJECTPUBLICKEYINFO
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h227 CRYPT_ALGORITHM_IDENTIFIER Algorithm; member in struct:_CERT_PUBLIC_KEY_INFO
710 CRYPT_ALGORITHM_IDENTIFIER Algorithm; member in struct:_CERT_PRIVATE_KEY_INFO
1534 /* Algorithm IDs */
1540 /* Algorithm Classes */
1548 /* Algorithm types */
1621 /* Algorithm Definitions */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h227 CRYPT_ALGORITHM_IDENTIFIER Algorithm; member in struct:_CERT_PUBLIC_KEY_INFO
710 CRYPT_ALGORITHM_IDENTIFIER Algorithm; member in struct:_CERT_PRIVATE_KEY_INFO
1522 /* Algorithm IDs */
1528 /* Algorithm Classes */
1536 /* Algorithm types */
1608 /* Algorithm Definitions */

Completed in 123 milliseconds