OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_read_unsigned_bin
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c
20
#define
mp_read_unsigned_bin
(a, b, c) ltc_mp.unsigned_read(a, b, c)
macro
706
if (
mp_read_unsigned_bin
(b, (u8 *) base, base_len) != CRYPT_OK ||
707
mp_read_unsigned_bin
(p, (u8 *) power, power_len) != CRYPT_OK ||
708
mp_read_unsigned_bin
(m, (u8 *) modulus, modulus_len) != CRYPT_OK)
/external/wpa_supplicant_8/src/tls/
libtommath.c
962
static int
mp_read_unsigned_bin
(mp_int * a, const unsigned char *b, int c)
function
[
all
...]
Completed in 43 milliseconds