Lines Matching full:authenticate
1156 \mysection{Encrypt and Authenticate Modes}
1349 This mode has no \textit{Associated Data} like EAX mode does which means you cannot authenticate metadata along with the stream.
1439 CCM is a NIST proposal for encrypt + authenticate
2093 to use to authenticate the message. The \textit{key} parameter is the pointer to the array of chars that make up the key. The \textit{keylen} parameter is the
2094 length (in octets) of the key you want to use to authenticate the message. To send octets of a message through the HMAC system you must use the following function:
2215 wish to use. The \textit{key} and \textit{keylen} parameters are the keys used to authenticate the data.