Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c341 AttributeTypeAndValue atv2[2]; in test_Name() local
368 rdn2[0].val = atv2; in test_Name()
369 rdn2[0].len = sizeof(atv2)/sizeof(atv2[0]); in test_Name()
371 atv2[0].type.length = sizeof(cmp_L)/sizeof(cmp_L[0]); in test_Name()
372 atv2[0].type.components = cmp_L; in test_Name()
373 atv2[0].value.element = choice_DirectoryString_printableString; in test_Name()
374 atv2[0].value.u.printableString.data = "STOCKHOLM"; in test_Name()
375 atv2[0].value.u.printableString.length = 9; in test_Name()
377 atv2[1].type.length = sizeof(cmp_CN)/sizeof(cmp_CN[0]); in test_Name()
378 atv2[1].type.components = cmp_CN; in test_Name()
[all …]