Searched refs:mp_to_unsigned_bin (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | bignum.c | 82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) { in bignum_get_unsigned_bin()
|
H A D | libtommath.c | 997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) in mp_to_unsigned_bin() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | bignum.c | 82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) { in bignum_get_unsigned_bin()
|
H A D | libtommath.c | 997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) in mp_to_unsigned_bin() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_libtomcrypt.c | 19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro 757 if (mp_to_unsigned_bin(r, result) != CRYPT_OK) in crypto_mod_exp()
|
H A D | crypto_wolfssl.c | 1097 mp_to_unsigned_bin((mp_int *) a, buf + offset); in crypto_bignum_to_bin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_libtomcrypt.c | 19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro 757 if (mp_to_unsigned_bin(r, result) != CRYPT_OK) in crypto_mod_exp()
|
H A D | crypto_wolfssl.c | 1101 mp_to_unsigned_bin((mp_int *) a, buf + offset); in crypto_bignum_to_bin()
|
Completed in 14 milliseconds