Lines Matching refs:unique
786 It is important that the initial vector be unique and preferably random for each message encrypted under the same key.
798 as the block cipher is under a chosen plaintext attack (provided the initial vector is unique).
878 of the cipher you choose. It is important that the IV be random for each unique message you want to encrypt. The
1547 unique to every session. Next, the the optional additional authentication data is processed, and finally the plaintext (or ciphertext depending on the direction).
1563 After the state has been initialized (or reset) the next step is to add the session (or packet) initial vector. It should be unique per packet encrypted.
3663 LibTomCrypt uses a unique format for ECC public and private keys. While ANSI X9.63 partially specifies key formats, it does it in a less than ideally simple manner. \