Searched refs:PAYLOAD_LEN (Results 1 – 2 of 2) sorted by relevance
421 const PAYLOAD_LEN: usize = 512; in large_context() constant423 let mut context = vec![42; PAYLOAD_LEN]; in large_context()443 context[PAYLOAD_LEN - 1] = 43; in large_context()
424 const PAYLOAD_LEN: usize = 128; in test_hwkey_derive_large_payload() constant435 .derive(&ctx[..PAYLOAD_LEN], &mut buf1[..PAYLOAD_LEN]) in test_hwkey_derive_large_payload()