Home
last modified time | relevance | path

Searched defs:mp_to_unsigned_bin (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_libtomcrypt.c19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) in mp_to_unsigned_bin() function