Searched refs:CHAP_MD5 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/kdc/
H A Ddigest.c40 #define CHAP_MD5 0x10 macro
615 if ((config->digests_allowed & CHAP_MD5) == 0) {
1350 if (config->digests_allowed & CHAP_MD5)
/freebsd-9.3-release/sys/net/
H A Dif_spppsubr.c156 #define CHAP_MD5 5 /* hash algorithm - MD5 */ macro
2470 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
2473 p[4] = CHAP_MD5;
2831 opt[i++] = CHAP_MD5;

Completed in 104 milliseconds