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

/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c40 #define CHAP_MD5 0x10 macro
621 if ((config->digests_allowed & CHAP_MD5) == 0) {
1400 if (config->digests_allowed & CHAP_MD5)
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c153 #define CHAP_MD5 5 /* hash algorithm - MD5 */ macro
2421 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
2424 p[4] = CHAP_MD5;
2782 opt[i++] = CHAP_MD5;

Completed in 68 milliseconds