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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dresolve.cc339 typename Sized_symbol<size>::Size_type tosize = to->symsize(); local
346 if (adjust_common_sizes && tosize > to->symsize())
347 to->set_symsize(tosize);
357 if (adjust_common_sizes && sym.get_st_size() > tosize)
372 if (tosize > sym.get_st_size())
377 else if (tosize < sym.get_st_size())
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c545 int tosize, retsize; local
565 tosize = RSA_size(rsa);
566 to = malloc(tosize);
582 if (retsize > tosize)
583 _hx509_abort("internal rsa decryption failure: ret > tosize");
1665 int tosize; local
1685 tosize = RSA_size(rsa);
1686 to = malloc(tosize);
1703 if (ret > tosize)
1704 _hx509_abort("internal rsa decryption failure: ret > tosize");
[all...]

Completed in 109 milliseconds