Searched refs:mechpp (Results 1 – 1 of 1) sorted by relevance
1902 mechanism_t **mechpp; in init_mechs() local1913 for (mechpp = mechs; *mechpp != NULL; mechpp++) { in init_mechs()1918 if (((*mechpp)->keylen < 0) || ((*mechpp)->algtype < 0)) { in init_mechs()1921 kpp = getkeylen((*mechpp)->keylen); in init_mechs()1922 appendkeylist(kpp, (*mechpp)->keylen); in init_mechs()1923 app = getalgtype(kpp, (*mechpp)->algtype); in init_mechs()1924 appendalgtype(app, (*mechpp)->algtype); in init_mechs()1947 for (mechpp = mechs; *mechpp != NULL; mechpp++) { in init_mechs()1951 if ((*mechpp)->mechname != NULL && in init_mechs()1952 strncmp((*mechpp)->mechname, DHMECHSTR, in init_mechs()[all …]