Searched refs:L1_KEY_LEN (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dumac.c303 * responsability to pass no more than L1_KEY_LEN bytes per hash result.
316 #define L1_KEY_LEN 1024 /* Internal key bytes */ macro
323 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
326 int bytes_hashed; /* Bytes (out of L1_KEY_LEN) incorperated. */
886 /* If the data being hashed by UHASH is no longer than L1_KEY_LEN, then
911 /* If the data being hashed by UHASH is longer than L1_KEY_LEN, then
1048 /* Given len bytes of data, we parse it into L1_KEY_LEN chunks and
1056 if (ctx->msg_len + len <= L1_KEY_LEN) {
1061 bytes_hashed = ctx->msg_len % L1_KEY_LEN;
1062 if (ctx->msg_len == L1_KEY_LEN)
[all...]

Completed in 54 milliseconds