Function dnstplib::processor::response::encryption::decode_key_response

source ยท
pub fn decode_key_response(
    message: &DNSMessage,
    client_crypto_context: Arc<Mutex<ClientCryptoContext>>,
) -> Result<(), DecodeKeyResponseError>