Home
last modified time | relevance | path

Searched refs:rrsalt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.c7832 uint8_t* rrsalt; in nsec3_of_param_has_type() local
7833 if(!nsec3_get_params(&pk, i, &rralgo, &rriter, &rrsalt, in nsec3_of_param_has_type()
7839 if(rrsalt == NULL || salt == NULL) in nsec3_of_param_has_type()
7841 if(memcmp(rrsalt, salt, saltlen) != 0) in nsec3_of_param_has_type()