Home
last modified time | relevance | path

Searched refs:PAYLOAD_LEN (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/sample/hwcryptokey-test/
Dversioned_keys_explicit.rs421 const PAYLOAD_LEN: usize = 512; in large_context() constant
423 let mut context = vec![42; PAYLOAD_LEN]; in large_context()
443 context[PAYLOAD_LEN - 1] = 43; in large_context()
/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs424 const PAYLOAD_LEN: usize = 128; in test_hwkey_derive_large_payload() constant
435 .derive(&ctx[..PAYLOAD_LEN], &mut buf1[..PAYLOAD_LEN]) in test_hwkey_derive_large_payload()