Home
last modified time | relevance | path

Searched refs:cValue (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c2606 seq.cValue = ARRAY_SIZE(ints); in test_encodeSequenceOfAny()
2649 ok(seq->cValue == ARRAY_SIZE(ints), "Wrong elements %d\n", seq->cValue); in test_decodeSequenceOfAny()
2668 ok(seq->cValue == ARRAY_SIZE(ints), "Wrong elements %d\n", seq->cValue); in test_decodeSequenceOfAny()
5568 attr1.cValue = 1; in test_encodeCTL()
5601 attr2.cValue = 1; in test_encodeCTL()
5907 attr1.cValue = 1; in test_decodeCTL()
5928 attr2.cValue = 1; in test_decodeCTL()
6185 attr.cValue = 1; in test_encodePKCSAttribute()
6225 ok(attr->cValue == 0, "Expected no value, got %d\n", attr->cValue); in test_decodePKCSAttribute()
6250 ok(attr->cValue == 1, "Expected 1 value, got %d\n", attr->cValue); in test_decodePKCSAttribute()
[all …]
/reactos/dll/win32/crypt32/
H A Dmsg.c763 ret = CRYPT_ConstructBlobArray(&out->cValue, &out->rgValue, in CRYPT_ConstructAttribute()
764 in->cValue, in->rgValue); in CRYPT_ConstructAttribute()
895 for (j = 0; j < info->AuthAttrs.rgAttr[i].cValue; j++) in CSignerInfo_Free()
903 for (j = 0; j < info->UnauthAttrs.rgAttr[i].cValue; j++) in CSignerInfo_Free()
2645 if (in->rgAttr[i].cValue) in CRYPT_CopyAttributes()
2649 out->rgAttr[i].cValue = in->rgAttr[i].cValue; in CRYPT_CopyAttributes()
2652 *nextData += in->rgAttr[i].cValue * sizeof(CRYPT_DATA_BLOB); in CRYPT_CopyAttributes()
2653 for (j = 0; j < in->rgAttr[i].cValue; j++) in CRYPT_CopyAttributes()
2671 size += attr->rgAttr[i].cValue * sizeof(CRYPT_DATA_BLOB); in CRYPT_SizeOfAttributes()
2672 for (j = 0; j < attr->rgAttr[i].cValue; j++) in CRYPT_SizeOfAttributes()
H A Ddecode.c2716 offsetof(CRYPT_ATTRIBUTE, cValue), offsetof(CRYPT_ATTRIBUTE, rgValue), in CRYPT_AsnDecodePKCSAttributeValue()
2717 FINALMEMBERSIZE(CRYPT_ATTRIBUTE, cValue), in CRYPT_AsnDecodePKCSAttributeValue()
2738 { ASN_CONSTRUCTOR | ASN_SETOF, offsetof(CRYPT_ATTRIBUTE, cValue), in CRYPT_AsnDecodePKCSAttributeInternal()
2740 FINALMEMBERSIZE(CRYPT_ATTRIBUTE, cValue), FALSE, in CRYPT_AsnDecodePKCSAttributeInternal()
5059 DWORD bytesNeeded, dataLen, remainingLen, cValue; in CRYPT_AsnDecodeSequenceOfAny() local
5068 cValue = 0; in CRYPT_AsnDecodeSequenceOfAny()
5085 cValue++; in CRYPT_AsnDecodeSequenceOfAny()
5102 seq->cValue = cValue; in CRYPT_AsnDecodeSequenceOfAny()
5106 cValue * sizeof(CRYPT_DER_BLOB); in CRYPT_AsnDecodeSequenceOfAny()
H A Dencode.c1886 { &attr->cValue, CRYPT_DEREncodeSet, 0 }, in CRYPT_AsnEncodePKCSAttribute()
3667 for (i = 0, dataLen = 0; i < seq->cValue; i++) in CRYPT_AsnEncodeSequenceOfAny()
3686 for (i = 0; i < seq->cValue; i++) in CRYPT_AsnEncodeSequenceOfAny()
/reactos/sdk/include/psdk/
H A Dwincrypt.h448 DWORD cValue; member
458 DWORD cValue; member
589 DWORD cValue; member
1364 _In_ DWORD cValue,
1365 _In_reads_(cValue) const DWORD rgdwValueType[],
1366 _In_reads_(cValue) LPCWSTR const rgpwszValueName[],
1367 _In_reads_(cValue) const BYTE * const rgpbValueData[],
1368 _In_reads_(cValue) const DWORD rgcbValueData[],
/reactos/dll/win32/wintrust/
H A Dcrypt.c702 if (attr->cValue != 1) in CryptCATEnumerateMember()
704 ERR("Can't handle attr->cValue of %u\n", attr->cValue); in CryptCATEnumerateMember()
H A Dsoftpub.c674 for (j = 0; !foundTimeStamp && j < attr->cValue; j++) in WINTRUST_GetTimeFromCounterSigner()
719 for (j = 0; j < attr->cValue; j++) in WINTRUST_GetTimeFromSigner()