Searched refs:test_string (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dcbc_test.c65 unsigned char test_string[TEST_SIZE]; local
125 (void) strcpy((char *)test_string, TEST);
128 (void) cbc_encrypt(&ch, (uint8_t *)&test_string[i],
132 if (strcmp((char *)test_string, TEST) == 0) {
140 (void) cbc_decrypt(&ch, (uint8_t *)&test_string[i],
144 if (strcmp((char *)test_string, TEST) == 0) {
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c148 test_string(const char *stringp,
223 end_of_matchp = test_string(stringp, regexp);
240 end_of_matchp = test_string(stringp, regexp);
263 end_of_matchp = test_string(stringp, regexp);
266 end_of_matchp = test_string(stringp, regexp);
290 end_of_matchp = test_string(stringp, regexp);
313 end_of_matchp = test_string(stringp, regexp);
317 end_of_matchp = test_string(stringp, regexp);
659 end_of_matchp = test_string(stringp, regexp);
663 end_of_matchp = test_string(string
704 test_string(const char *stringp, function
[all...]

Completed in 66 milliseconds