Home | History | Annotate | Download | only in openssh

Lines Matching defs:ndx

185  * 'ndx' causes a distinct byte stream.
187 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes)
195 in_buf[AES_BLOCK_LEN-9] = ndx;
237 /* 'ndx' indicates that we'll be using the 0th or 1st eight bytes
238 * of the AES output. If last time around we returned the ndx-1st
252 int ndx = nonce[7] & LOW_BIT_MASK;
266 *((UINT32 *)buf) ^= ((UINT32 *)pc->cache)[ndx];
268 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];