Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs45 const OPAQUE_KEY_CTX: &[u8] = b"opaque"; constant
51 (OPAQUE_KEY_CTX.len() == OPAQUE_CLEAR_CTX_SIZE),
358 concat_context.extend_from_slice(OPAQUE_KEY_CTX); in deriveKey()