Searched refs:mp_to_unsigned_bin (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dbignum.c82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) {
H A Dlibtommath.c997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
/external/wpa_supplicant_8/src/tls/
H A Dbignum.c82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) {
H A Dlibtommath.c997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dbignum.c82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) {
H A Dlibtommath.c997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro
716 if (mp_to_unsigned_bin(r, result) != CRYPT_OK)
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro
716 if (mp_to_unsigned_bin(r, result) != CRYPT_OK)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro
716 if (mp_to_unsigned_bin(r, result) != CRYPT_OK)

Completed in 469 milliseconds