Searched refs:clearBlock (Results 1 – 2 of 2) sorted by relevance
69 protected function clearBlock() function in renderer_plugin_prosemirror339 $this->clearBlock();348 $this->clearBlock();376 $this->clearBlock();397 $this->clearBlock();411 $this->clearBlock();
49 $clearBlock = substr($clearText, $i * 8, 8); //Grab a block from the input50 $cypherBlock = des_block_encode(des_bits_to_bytes ($clearBlock), $keys); //Encrypt it