Lines Matching refs:cAttr
6284 attributes.cAttr = 1; in test_encodePKCSAttributes()
6306 attributes.cAttr = 2; in test_encodePKCSAttributes()
6332 ok(attributes->cAttr == 0, "Expected no attributes, got %d\n", in test_decodePKCSAttributes()
6333 attributes->cAttr); in test_decodePKCSAttributes()
6343 ok(attributes->cAttr == 1, "Expected 1 attribute, got %d\n", in test_decodePKCSAttributes()
6344 attributes->cAttr); in test_decodePKCSAttributes()
6358 ok(attributes->cAttr == 2, "Expected 2 attributes, got %d\n", in test_decodePKCSAttributes()
6359 attributes->cAttr); in test_decodePKCSAttributes()
6735 info.AuthAttrs.cAttr = 1; in test_encodePKCSSignerInfo()
6871 ok(info->AuthAttrs.cAttr == 1, "Expected 1 attribute, got %d\n", in test_decodePKCSSignerInfo()
6872 info->AuthAttrs.cAttr); in test_decodePKCSSignerInfo()