support for AES256/AES192 is there it's just not enabled:
$ ssh -c aes256-cbc localhost
Unknown cipher type 'aes256-cbc'
that same stands for aes(192|256)_ctr
SOLARIS_SSH_ENABLE_AES192 and SOLARIS_SSH_ENABLE_AES256 macros are checked in libssh/common/cipher.c. These macros are not defined so AES 192/256 is not included in the cipher table.
After SUNWcry* packages removal we should just include those ciphers back there.