Home
last modified time | relevance | path

Searched defs:hash_algorithm (Results 1 – 2 of 2) sorted by relevance

/webrtc/dtls/src/handshake/
H A Dhandshake_message_certificate_verify.rs37 let hash_algorithm = reader.read_u8()?.into(); in unmarshal() localVariable
H A Dhandshake_message_server_key_exchange.rs100 let hash_algorithm = data[offset].into(); in unmarshal() localVariable