Searched refs:mechpp (Results 1 – 1 of 1) sorted by relevance
1904 mechanism_t **mechpp; in init_mechs() local1915 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()[all …]