OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bignum_cmp
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/tls/
bignum.h
19
int
bignum_cmp
(const struct bignum *a, const struct bignum *b);
bignum.c
110
*
bignum_cmp
- Signed comparison
115
int
bignum_cmp
(const struct bignum *a, const struct bignum *b)
function
rsa.c
258
if (
bignum_cmp
(key->n, tmp) < 0) {
Completed in 47 milliseconds