I believe the OpenSSL command line utility cannot directly generate that key from that password. The password parameter of GenerateSymmetricKey is passed to a key derivation function called scrypt. It looks like scrypt was recently added to OpenSSL, but in libcrypto, and it doesn't look like they have an way of calling it from the command line.