Lines Matching refs:mechpp
1904 mechanism_t **mechpp; in init_mechs() local
1915 for (mechpp = mechs; *mechpp != NULL; mechpp++) { in init_mechs()
1920 if (((*mechpp)->keylen < 0) || ((*mechpp)->algtype < 0)) { in init_mechs()
1923 kpp = getkeylen((*mechpp)->keylen); in init_mechs()
1924 appendkeylist(kpp, (*mechpp)->keylen); in init_mechs()
1925 app = getalgtype(kpp, (*mechpp)->algtype); in init_mechs()
1926 appendalgtype(app, (*mechpp)->algtype); in init_mechs()
1949 for (mechpp = mechs; *mechpp != NULL; mechpp++) { in init_mechs()
1953 if ((*mechpp)->mechname != NULL && in init_mechs()
1954 strncmp((*mechpp)->mechname, DHMECHSTR, in init_mechs()
1956 (*mechpp)->alias != NULL) { in init_mechs()
1960 if (strcmp((*mechpp)->alias, DESALIAS) == 0) { in init_mechs()
1967 *cpp++ = (*mechpp)->alias; in init_mechs()
1976 if ((*mechpp)->mechname == NULL && (*mechpp)->alias != NULL && in init_mechs()
1977 strcmp((*mechpp)->alias, DES) == 0 && !oldmechseen) { in init_mechs()