Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:secret

977                            key, /* the secret key */
978 16, /* length of secret key (16 bytes) */
1037 $K_2$ is the \textit{tweak} key and is always 16 octets long. The tweak value is \textbf{NOT} a nonce or IV value it must be random and secret.
1099 against the plaintext to encrypt. F8 mode comes with the additional twist that the counter value is secret, encrypted by a \textit{salt key}. We
1113 This will start the F8 mode state using \textit{key} as the secret key, \textit{IV} as the counter. It uses the \textit{salt\_key} as IV encryption key
1114 (\textit{m} in the RFC 3711). The salt\_key can be shorter than the secret key but it should not be longer.
1164 It is initialized with a random \textit{nonce} that can be shared publicly, a \textit{header} which can be fixed and public, and a random secret symmetric key.
1188 The \textit{key} parameter is the shared secret symmetric key of length \textit{keylen} octets. The \textit{nonce} parameter is the
1550 To initialize the GCM context with a secret key call the following function.
1559 This initializes the GCM state \textit{gcm} for the given cipher indexed by \textit{cipher}, with a secret key \textit{key} of length \textit{keylen} octets. The cipher
1650 The following is an example usage of how to use GCM over multiple packets with a shared secret key.
3606 192-bit key) then the work factor is $2^{96}$ in order to find the secret key.
3683 secret.k INTEGER, -- The secret key scalar
3837 \subsection{ECC Shared Secret}
3838 To construct a Diffie-Hellman shared secret with a private and public ECC key, use the following function:
3869 hash algorithm indexed by \textit{hash} to construct a shared secret which may be XOR'ed against the plaintext. The ciphertext is stored in
3897 --"hash of shared secret"
4037 \item $x$ a random secret (the secret key) in the range $1 < x < q$
5536 @param key The secret key to use
5537 @param keylen The length of the secret key (octets)
5563 @param key The secret key
5564 @param keylen The length of the secret key
5587 @param key The secret key
5601 @param key The secret key
5615 @param key The secret key