OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tosize
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
crypto.c
188
int
tosize
, retsize;
local
208
tosize
= RSA_size(rsa);
209
to = malloc(
tosize
);
225
if (retsize >
tosize
)
226
_hx509_abort("internal rsa decryption failure: ret >
tosize
");
1222
int
tosize
;
local
1242
tosize
= RSA_size(rsa);
1243
to = malloc(
tosize
);
1260
if (ret >
tosize
)
1261
_hx509_abort("internal rsa decryption failure: ret >
tosize
");
[
all
...]
crypto.c
188
int
tosize
, retsize;
local
208
tosize
= RSA_size(rsa);
209
to = malloc(
tosize
);
225
if (retsize >
tosize
)
226
_hx509_abort("internal rsa decryption failure: ret >
tosize
");
1222
int
tosize
;
local
1242
tosize
= RSA_size(rsa);
1243
to = malloc(
tosize
);
1260
if (ret >
tosize
)
1261
_hx509_abort("internal rsa decryption failure: ret >
tosize
");
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026