Searched refs:test_string (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/net/wanboot/crypt/ |
H A D | cbc_test.c | 65 unsigned char test_string[TEST_SIZE]; in cbctest() local 125 (void) strcpy((char *)test_string, TEST); in cbctest() 128 (void) cbc_encrypt(&ch, (uint8_t *)&test_string[i], in cbctest() 132 if (strcmp((char *)test_string, TEST) == 0) { in cbctest() 140 (void) cbc_decrypt(&ch, (uint8_t *)&test_string[i], in cbctest() 144 if (strcmp((char *)test_string, TEST) == 0) { in cbctest()
|
/titanic_44/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 148 test_string(const char *stringp, 223 end_of_matchp = test_string(stringp, regexp); in regex() 240 end_of_matchp = test_string(stringp, regexp); in regex() 263 end_of_matchp = test_string(stringp, regexp); in regex() 266 end_of_matchp = test_string(stringp, regexp); in regex() 290 end_of_matchp = test_string(stringp, regexp); in regex() 313 end_of_matchp = test_string(stringp, regexp); in regex() 317 end_of_matchp = test_string(stringp, regexp); in regex() 659 end_of_matchp = test_string(stringp, regexp); in test_repeated_ascii_char() 663 end_of_matchp = test_string(stringp, regexp); in test_repeated_ascii_char() [all …]
|