# File test/test_passwd.rb, line 39
    def crypt(*args)
      @crypt_call += 1
      @pw_enc.crypt(*args)
    end