Lines Matching refs:cd_offset
443 saved_offset = ciphertext->cd_offset; in blowfish_encrypt_update()
472 ciphertext->cd_offset - saved_offset; in blowfish_encrypt_update()
476 ciphertext->cd_offset = saved_offset; in blowfish_encrypt_update()
506 saved_offset = plaintext->cd_offset; in blowfish_decrypt_update()
535 plaintext->cd_offset - saved_offset; in blowfish_decrypt_update()
539 plaintext->cd_offset = saved_offset; in blowfish_decrypt_update()
634 saved_offset = ciphertext->cd_offset; in blowfish_encrypt_atomic()
670 ciphertext->cd_offset - saved_offset; in blowfish_encrypt_atomic()
674 ciphertext->cd_offset = saved_offset; in blowfish_encrypt_atomic()
721 saved_offset = plaintext->cd_offset; in blowfish_decrypt_atomic()
757 plaintext->cd_offset - saved_offset; in blowfish_decrypt_atomic()
761 plaintext->cd_offset = saved_offset; in blowfish_decrypt_atomic()