Lines Matching defs:out
87 u8 out[8 + SHA3_224_DIGEST_SIZE + 8]; in test_sha3_224_basic() local
100 u8 out[8 + SHA3_256_DIGEST_SIZE + 8]; in test_sha3_256_basic() local
113 u8 out[8 + SHA3_384_DIGEST_SIZE + 8]; in test_sha3_384_basic() local
126 u8 out[8 + SHA3_512_DIGEST_SIZE + 8]; in test_sha3_512_basic() local
139 u8 out[8 + SHAKE128_DEFAULT_SIZE + 8]; in test_shake128_basic() local
153 u8 out[8 + SHAKE256_DEFAULT_SIZE + 8]; in test_shake256_basic() local
224 u8 out[SHAKE128_DEFAULT_SIZE]; in test_shake128_nist() local
238 u8 out[SHAKE256_DEFAULT_SIZE]; in test_shake256_nist() local
250 static void shake(int alg, const u8 *in, size_t in_len, u8 *out, size_t out_len) in shake()
277 u8 *const out = &test_buf[TEST_BUF_LEN - max_len]; in test_shake_all_lens_up_to_4096() local
326 u8 *const out = &test_buf[out_offs]; in test_shake_multiple_squeezes() local