Searched refs:BCMP (Results 1 – 2 of 2) sorted by relevance
/external/ppp/pppd/ |
D | eap.c | 745 BCMP(ts->n.data, wkmodulus, sizeof (wkmodulus)) != 0) { 1880 if (BCMP(hash, inp, MD5_SIGNATURE_SIZE) != 0) { 1980 if (BCMP(dig, inp, SHA_DIGESTSIZE) != 0) {
|
D | pppd.h | 768 #define BCMP(s1, s2, l) memcmp(s1, s2, l) macro
|