Home
last modified time | relevance | path

Searched refs:mp_xtom (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dpk.c120 MINT *modulus = mp_xtom(HEXMODULUS); in common_key()
122 public = mp_xtom(xpublic); in common_key()
123 secret = mp_xtom(xsecret); in common_key()
160 MINT *modulus = mp_xtom(HEXMODULUS); in genkeys()
/freebsd/lib/libmp/
H A DSymbol.map21 mp_xtom;
H A Dmp.h29 MINT *mp_xtom(const char *);
H A Dmpasbn.c625 mp_xtom(const char *s) in mp_xtom() function
/freebsd/lib/libmp/tests/
H A Dlegacy_test.c65 t2 = mp_xtom(str42); in testsimpel()