Home
last modified time | relevance | path

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

/webrtc/sctp/src/param/
H A Dparam_requested_hmac_algorithm.rs8 pub(crate) enum HmacAlgorithm { enum
16 impl fmt::Display for HmacAlgorithm { implementation
29 impl From<u16> for HmacAlgorithm { implementation
30 fn from(v: u16) -> HmacAlgorithm { in from()