HomeSort by: relevance | last modified time | path
    Searched defs:carp_hmac_generate (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
ip_carp.c 189 static void carp_hmac_generate(struct carp_softc *, u_int32_t[2],
348 carp_hmac_generate(struct carp_softc *sc, u_int32_t counter[2], function in typeref:typename:void
372 carp_hmac_generate(sc, counter, md2);
977 carp_hmac_generate(sc, ch->carp_counter, ch->carp_md);

Completed in 12 milliseconds