4 #if defined( __cplusplus ) 9 int rskey_2_encode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz,
size_t sep );
10 int rskey_2_decode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz );
13 int rskey_3_encode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz,
size_t sep );
14 int rskey_3_decode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz );
17 int rskey_4_encode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz,
size_t sep );
18 int rskey_4_decode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz );
21 int rskey_5_encode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz,
size_t sep );
22 int rskey_5_decode(
size_t rawsiz,
char *buf,
size_t buflen,
size_t bufsiz );
25 #if defined( __cplusplus ) 29 #endif // _EZPWD_RSKEY_H int rskey_2_encode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
int rskey_5_decode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
int rskey_2_decode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
int rskey_4_decode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
int rskey_4_encode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
int rskey_5_encode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)
int rskey_3_decode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz)
int rskey_3_encode(size_t rawsiz, char *buf, size_t buflen, size_t bufsiz, size_t sep)