Home
last modified time | relevance | path

Searched defs:SESSION_ID_LEN (Results 1 – 6 of 6) sorted by relevance

/system/secretkeeper/client/src/
Dauthgraph_dev.rs140 _session_id: &[u8; SESSION_ID_LEN], in record_shared_sessions()
175 _session_id: &[u8; SESSION_ID_LEN], in validate_shared_sessions()
/system/authgraph/boringssl/src/
Dtest_device.rs157 _session_id: &[u8; SESSION_ID_LEN], in record_shared_sessions()
169 _session_id: &[u8; SESSION_ID_LEN], in validate_shared_sessions()
/system/secretkeeper/core/src/
Dta.rs342 session_id: &[u8; SESSION_ID_LEN], in keys_for_session()
350 kid: &[u8; SESSION_ID_LEN], in decrypt_request()
368 kid: &[u8; SESSION_ID_LEN], in encrypt_response()
/system/authgraph/wire/src/
Dlib.rs36 pub const SESSION_ID_LEN: usize = 32; constant
/system/authgraph/core/src/
Dtraits.rs220 session_id: &[u8; SESSION_ID_LEN], in record_shared_sessions()
230 session_id: &[u8; SESSION_ID_LEN], in validate_shared_sessions()
Dkeyexchange.rs672 session_id: &[u8; SESSION_ID_LEN], in compute_session_digest()