Searched refs:mp_to_unsigned_bin (Results 1 – 4 of 4) sorted by relevance
82 if (mp_to_unsigned_bin((mp_int *) n, buf) != MP_OKAY) { in bignum_get_unsigned_bin()
997 static int mp_to_unsigned_bin (mp_int * a, unsigned char *b) in mp_to_unsigned_bin() function
19 #define mp_to_unsigned_bin(a, b) ltc_mp.unsigned_write(a, b) macro757 if (mp_to_unsigned_bin(r, result) != CRYPT_OK) in crypto_mod_exp()
1134 mp_to_unsigned_bin((mp_int *) a, buf + offset); in crypto_bignum_to_bin()