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