Searched refs:testvec (Results 1 – 4 of 4) sorted by relevance
55 struct testvec { struct369 const struct testvec c3des_cbc_192_1_vectors[] = {672 const struct testvec c3des_cbc_192_8_vectors[] = {756 write_testvec(int cgdfd, const struct testvec *tv) in write_testvec()769 read_testvec(int cgdfd, const struct testvec *tv) in read_testvec()791 check_testvec(int dkfd, const struct testvec *tv) in check_testvec()
55 struct testvec { struct393 const struct testvec bf_cbc_128_1_vectors[] = {696 const struct testvec bf_cbc_128_8_vectors[] = {999 const struct testvec bf_cbc_256_1_vectors[] = {1302 const struct testvec bf_cbc_256_8_vectors[] = {1605 const struct testvec bf_cbc_448_1_vectors[] = {1908 const struct testvec bf_cbc_448_8_vectors[] = {1992 write_testvec(int cgdfd, const struct testvec *tv) in write_testvec()2005 read_testvec(int cgdfd, const struct testvec *tv) in read_testvec()2027 check_testvec(int dkfd, const struct testvec *tv) in check_testvec()
56 struct testvec { struct390 const struct testvec aes_cbc_128_1_vectors[] = {693 const struct testvec aes_cbc_128_8_vectors[] = {996 const struct testvec aes_cbc_192_1_vectors[] = {1299 const struct testvec aes_cbc_192_8_vectors[] = {1602 const struct testvec aes_cbc_256_1_vectors[] = {1905 const struct testvec aes_cbc_256_8_vectors[] = {2776 const struct testvec aes_xts_256_vectors[] = {3083 const struct testvec aes_xts_512_vectors[] = {3157 write_testvec(int cgdfd, const struct testvec *tv) in write_testvec()[all …]
587 test::string_vec testvec;588 testvec.push_back(teststr);589 testvec.push_back("foo");590 testvec.push_back("bar");591 if (testvec.size() != 3) {597 for (test::string_vec::const_iterator i = testvec.begin();598 i != testvec.end(); ++i) {599 if (i + 1 != testvec.end()) {604 std::for_each(testvec.begin(), testvec.end(), test::printer<std::string>(os));