Lines Matching refs:cValue
2606 seq.cValue = ARRAY_SIZE(ints); in test_encodeSequenceOfAny()
2649 ok(seq->cValue == ARRAY_SIZE(ints), "Wrong elements %d\n", seq->cValue); in test_decodeSequenceOfAny()
2650 for (i = 0; i < min(seq->cValue, ARRAY_SIZE(ints)); i++) 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()
5703 for (k = 0; k < expected->rgCTLEntry[i].rgAttribute[j].cValue; k++) in compareCTLInfo()
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()
6302 attr[1].cValue = 1; in test_encodePKCSAttributes()
6347 ok(attributes->rgAttr[0].cValue == 0, in test_decodePKCSAttributes()
6348 "Expected no attributes, got %d\n", attributes->rgAttr[0].cValue); in test_decodePKCSAttributes()
6362 ok(attributes->rgAttr[0].cValue == 0, in test_decodePKCSAttributes()
6363 "Expected no attributes, got %d\n", attributes->rgAttr[0].cValue); in test_decodePKCSAttributes()
6366 ok(attributes->rgAttr[1].cValue == 1, in test_decodePKCSAttributes()
6367 "Expected 1 attribute, got %d\n", attributes->rgAttr[1].cValue); in test_decodePKCSAttributes()
6876 ok(info->AuthAttrs.rgAttr[0].cValue == 1, "Expected 1 value, got %d\n", in test_decodePKCSSignerInfo()
6877 info->AuthAttrs.rgAttr[0].cValue); in test_decodePKCSSignerInfo()