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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c28 static const ALG_INFO alg_info_map[] = { variable
67 sizeof (alg_info_map) / sizeof (ALG_INFO);
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 57 milliseconds