usm_passwd2mkey
if ((usm->authkey = usm_passwd2mkey(digest, key)) == NULL)
if ((usm->privkey = usm_passwd2mkey(usm->digest, key)) == NULL)
static char *usm_passwd2mkey(const EVP_MD *, const char *);