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

/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; local
2519 /* Get the PubKey data */
2526 PubKey = NULL;
2527 if (kmfber_scanf(asn1, "I", &PubKey) == -1) {
2532 (uchar_t *)PubKey->bv_val;
2533 pKeyParts[KMF_DSA_PUBLIC_VALUE].Length = PubKey->bv_len;
2535 free(PubKey);

Completed in 119 milliseconds