bcrypt
char *bcrypt(const char *, const char *);
DEF_WEAK(bcrypt);
return bcrypt(key, setting);
PROTO_NORMAL(bcrypt);