Searched defs:pkey_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetkeyent.c75 char **pkey_array, **skey_array; local
84 pkey_array = __ns_ldap_getAttr(result->entry, _KEY_NISPUBLICKEY);
85 if (pkey_array == NULL) {
89 while (*pkey_array) {
90 if (strncasecmp(*pkey_array, keytype, keytypelen) == NULL)
92 pkey_array++;
94 if (*pkey_array == NULL) {
98 pkey = *pkey_array + keytypelen;

Completed in 44 milliseconds