Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1371 SECKEYPublicKeyListNode *pubnode; in NSS_FindKey() local
1447 for (count = 0, pubnode = PUBKEY_LIST_HEAD(publist); in NSS_FindKey()
1448 !PUBKEY_LIST_END(pubnode, publist) && count < maxkeys; in NSS_FindKey()
1449 pubnode = PUBKEY_LIST_NEXT(pubnode)) { in NSS_FindKey()
1455 nick = PK11_GetPublicKeyNickname(pubnode->key); in NSS_FindKey()
1466 keys[count].keyp = (void *)pubnode->key; in NSS_FindKey()
1469 if (pubnode->key->keyType == rsaKey) in NSS_FindKey()
1471 else if (pubnode->key->keyType == dsaKey) in NSS_FindKey()
1473 else if (pubnode->key->keyType == ecKey) in NSS_FindKey()