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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c780 KMF_OID *Algorithm; local
854 Algorithm = x509_algid_to_algoid(KMF_ALGID_RSA);
855 if (Algorithm != NULL) {
958 Algorithm = x509_algid_to_algoid(KMF_ALGID_DSA);
960 /* Encode the DSA Algorithm Parameters */
1046 Algorithm = (KMF_OID *)&KMFOID_EC_PUBLIC_KEY;
1053 spki.algorithm.algorithm = *Algorithm;
2348 /* Map the Algorithm ID to a PKCS#11 mechanism */

Completed in 53 milliseconds