Searched refs:third_dst (Results 1 – 1 of 1) sorted by relevance
309 static void kdf(u8 *first_dst, u8 *second_dst, u8 *third_dst, const u8 *data, in kdf() argument320 ((second_len || second_dst || third_len || third_dst) && in kdf()322 ((third_len || third_dst) && (!second_len || !second_dst)))); in kdf()344 if (!third_dst || !third_len) in kdf()351 memcpy(third_dst, output, third_len); in kdf()