Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Darc.rs39 pub const KE_NONCE: Label = Label::Int(-70004); constant
Dkeyexchange.rs140 .try_push((arc::KE_NONCE, Value::Bytes(nonce_for_ke.0.clone().to_vec())))?; in create()
791 if *label == arc::KE_NONCE { in extract_nonce()