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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc2.h41 #define RC2_decryptc hc_RC2_decryptc macro
66 void RC2_decryptc(unsigned char *, unsigned char *, const RC2_KEY *);
H A Drc2test.c139 RC2_decryptc(t, t, &key);
H A Drc2.c157 RC2_decryptc(unsigned char *in, unsigned char *out, const RC2_KEY *key) function
226 RC2_decryptc(tmp, out, key);
236 RC2_decryptc(tmp, out, key);

Completed in 148 milliseconds