Function radius::core::rfc5090::lookup_digest_c_nonce[][src]

pub fn lookup_digest_c_nonce(
    packet: &Packet
) -> Option<Result<String, AVPError>>
Expand description

Lookup a digest_c_nonce string value from a packet.

It returns the first looked up value. If there is no associated value with digest_c_nonce, it returns None.