/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto_aes.c | 182 } last2; in aes_encrypt() local 213 m_copydata(inout, off, 2 * blocklen, (void*) &last2); in aes_encrypt() 214 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt() 215 m_copyback(inout, off + blocklen, blocklen, last2.cn_1); in aes_encrypt() 236 m_copydata(inout, off, blocklen + plen, (void*) &last2); in aes_encrypt() 238 last2.cn[i] = 0; in aes_encrypt() 239 aes_encrypt_1(ks, CRYPTO_BUF_CONTIG, last2.cn, 0, blocklen, in aes_encrypt() 240 last2.cn_1, true); in aes_encrypt() 241 m_copyback(inout, off, blocklen, last2.cn); in aes_encrypt() 242 m_copyback(inout, off + blocklen, plen, last2.cn_1); in aes_encrypt() [all …]
|
/freebsd/tools/tools/find-sb/ |
H A D | find-sb.c | 31 off_t end, last1, last2; in main() local 73 last1 = last2 = -1; in main() 116 if (last2 >= 0) { in main() 118 fsbegin / DEV_BSIZE - last2); in main() 120 last2 = fsbegin / DEV_BSIZE; in main()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | algorithm | 71 …mismatch()(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {}, Proj1 proj1 = {}, Proj2 proj2… 182 transform(I1 first1, S1 last1, I2 first2, S2 last2, O result, 249 constexpr bool contains_subrange(I1 first1, S1 last1, I2 first2, S2 last2, 473 constexpr bool ranges::equal(I1 first1, S1 last1, I2 first2, S2 last2, 504 constexpr bool ranges::ends_with(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {}, 526 constexpr bool ranges::starts_with(I1 first1, S1 last1, I2 first2, S2 last2, Pred pred = {}, 637 constexpr I1 ranges::find_first_of(I1 first1, S1 last1, I2 first2, S2 last2, 692 ranges::lexicographical_compare(I1 first1, S1 last1, I2 first2, S2 last2, 759 merge(I1 first1, S1 last1, I2 first2, S2 last2, O result, 797 set_difference(I1 first1, S1 last1, I2 first2, S2 last2, O result, [all …]
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 192 struct timeval last2; /* time of previous last update */ member 266 - ((double)xs->last2.tv_sec + (xs->last2.tv_usec / 1.e6)); in stat_bps() 295 xs->last2 = xs->last; in stat_display() 314 xs->last2 = xs->start; in stat_display() 337 xs->last2 = xs->last = xs->start; in stat_start()
|
/freebsd/sys/contrib/zlib/ |
H A D | crc32.c | 581 z_size_t last, last2, i; in crc32_z() local 630 last2 = last << 1; in crc32_z() 636 val2 = word[i + last2]; in crc32_z()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 62 const char *last2 = last_frame2->info.function; in StackStripMain() local 64 if (last2 && 0 == internal_strcmp(last2, "main")) { in StackStripMain() 78 } else if (last || last2) { in StackStripMain()
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 1633 int last2; in do_body() local 1642 last2 = -1; in do_body() 1645 j = X509_NAME_get_index_by_OBJ(CAname, obj, last2); in do_body() 1646 if ((j < 0) && (last2 == -1)) { in do_body() 1656 last2 = j; in do_body()
|