Home
last modified time | relevance | path

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

/external/ppp/pppd/
Deap.c745 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) {
Dpppd.h768 #define BCMP(s1, s2, l) memcmp(s1, s2, l) macro