OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_rand_range_gt_one
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
schnorr.h
29
BIGNUM *
bn_rand_range_gt_one
(const BIGNUM *high);
jpake.c
215
if ((*priv1 =
bn_rand_range_gt_one
(grp->q)) == NULL ||
216
(*priv2 =
bn_rand_range_gt_one
(grp->q)) == NULL)
217
fatal("%s:
bn_rand_range_gt_one
", __func__);
schnorr.c
162
if ((v =
bn_rand_range_gt_one
(grp_p)) == NULL) {
404
bn_rand_range_gt_one
(const BIGNUM *high)
function
Completed in 503 milliseconds