load_key_buf
if ((key = load_key_buf(buf, nbytes))) {
key = load_key_buf(data, n);
key = load_key_buf((unsigned char *)cp, n);