Home
last modified time | relevance | path

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 Dbignum.c82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) { in bignum_get_unsigned_bin()
H A Dlibtommath.c997 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 Dbignum.c82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) { in bignum_get_unsigned_bin()
H A Dlibtommath.c997 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 Dcrypto_libtomcrypt.c19 #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 Dcrypto_wolfssl.c1097 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 Dcrypto_libtomcrypt.c19 #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 Dcrypto_wolfssl.c1101 mp_to_unsigned_bin((mp_int *) a, buf + offset); in crypto_bignum_to_bin()

Completed in 14 milliseconds