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

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dbignum.c88 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) {
H A Dlibtommath.c981 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) function
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c25 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro
721 if (mp_to_unsigned_bin(r, result) != CRYPT_OK)

Completed in 61 milliseconds