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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c544 int tosize, retsize; local
564 tosize = RSA_size(rsa);
565 to = malloc(tosize);
581 if (retsize > tosize)
582 _hx509_abort("internal rsa decryption failure: ret > tosize");
1705 int tosize; local
1725 tosize = RSA_size(rsa);
1726 to = malloc(tosize);
1743 if (ret > tosize)
1744 _hx509_abort("internal rsa decryption failure: ret > tosize");
[all...]

Completed in 58 milliseconds