Home | History | Annotate | Download | only in layers

Lines Matching refs:new_cipher

269     def new_cipher(self, key, mode_iv, digest=None):
343 cipher = self.new_cipher(key, mode_iv)
378 cipher = self.new_cipher(key, mode_iv, icv)