OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NnumBits
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/host/lib/
util_misc.c
40
BIGNUM *RRTemp = NULL, *
NnumBits
= NULL;
72
NEW_BIGNUM(
NnumBits
);
94
BN_set_word(
NnumBits
, BN_num_bits(N));
95
BN_exp(R, Big2,
NnumBits
, bn_ctx);
138
BN_free(
NnumBits
);
/external/vboot_reference/utility/
dumpRSAPublicKey.c
46
BIGNUM *N0inv= NULL, *R = NULL, *RR = NULL, *RRTemp = NULL, *
NnumBits
= NULL;
67
NnumBits
= BN_new();
88
BN_set_word(
NnumBits
, BN_num_bits(N));
89
BN_exp(R, Big2,
NnumBits
, bn_ctx);
130
BN_free(
NnumBits
);
Completed in 211 milliseconds