Home
last modified time | relevance | path

Searched refs:mp_int_to_binary (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h120 #define mp_int_to_binary isl_mp_int_to_binary macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h383 mp_result mp_int_to_binary(mp_int z, unsigned char *buf, int limit);
H A Dimath.c1578 mp_result mp_int_to_binary(mp_int z, unsigned char *buf, int limit) { in mp_int_to_binary() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DChangeLog475 * rsa-imath.c: Use mp_int_to_binary to encode bignums