Searched refs:aric (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/crypt32/ |
H A D | str.c | 920 static const char aric[] = "aric@codeweavers.com"; in test_CertGetNameStringA() local 936 ok(len == strlen(aric) + 1, "unexpected length %d\n", len); in test_CertGetNameStringA() 942 ok(!strcmp(str, aric), "unexpected value %s\n", str); in test_CertGetNameStringA() 984 ok(len == strlen(aric) + 1, "unexpected length %d\n", len); in test_CertGetNameStringA() 990 ok(!strcmp(str, aric), "unexpected value %s\n", str); in test_CertGetNameStringA() 995 ok(len == strlen(aric) + 1, "unexpected length %d\n", len); in test_CertGetNameStringA() 1001 ok(!strcmp(str, aric), "unexpected value %s\n", str); in test_CertGetNameStringA()
|
H A D | encode.c | 700 static const BYTE aric[] = { 0x61, 0x72, 0x69, 0x63, 0x40, 0x63, 0x6f, 0x64, variable 719 { RDNIA5(aric) } }; 726 { RDNIA5(aric) } };
|