How are AES and RSA typically divided between the two jobs in a hybrid encryption scheme?
AES encrypts everything with a freely shared public key.
RSA encrypts everything with one shared secret key.
AES encrypts the bulk data, while RSA encrypts the small AES session key.
RSA encrypts the bulk data, while AES encrypts the RSA private key.