# File lib/aws/s3/encryption_utils.rb, line 123 def get_encrypted_size size # The next multiple of 16 ((size / 16) + 1) * 16 end