Searched refs:uIndex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c65 uint32_t uIndex; local
69 for (uIndex = 0; uIndex < uMapSize; uIndex++) {
70 if (alg_info_map[uIndex].kmfAlgorithmId == AlgId) {
72 *keytype = alg_info_map[uIndex].ckKeyType;
74 *hashmech = alg_info_map[uIndex].hashmech;
77 (vfy ? alg_info_map[uIndex].vfymech :
78 alg_info_map[uIndex].signmech);

Completed in 93 milliseconds