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

/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c543 int tosize, retsize; local
563 tosize = RSA_size(rsa);
564 to = malloc(tosize);
580 if (retsize > tosize)
581 _hx509_abort("internal rsa decryption failure: ret > tosize");
1677 int tosize; local
1697 tosize = RSA_size(rsa);
1698 to = malloc(tosize);
1715 if (ret > tosize)
1716 _hx509_abort("internal rsa decryption failure: ret > tosize");
[all...]

Completed in 104 milliseconds