Home | History | Annotate | Download | only in openssh

Lines Matching refs:kdf

163 /* ----- Begin KDF & PDF Section ---------------------------------------- */
182 * mode to supply all random bits needed by UMAC. The kdf function takes
187 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes)
227 kdf(buf, prf_key, 0, UMAC_KEY_LEN);
602 kdf(hc->nh_key, prf_key, 1, sizeof(hc->nh_key));
950 /* Given a pointer to the internal key needed by kdf() and a uhash context,
967 kdf(buf, prf_key, 2, sizeof(buf)); /* Fill buffer with index 1 key */
981 kdf(buf, prf_key, 3, sizeof(buf)); /* Fill buffer with index 2 key */
992 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32));