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

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

Lookup a digest_algorithm string value from a packet.

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