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

/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2561 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; local
2595 /* Get the PubKey data */
2602 PubKey = NULL;
2603 if (kmfber_scanf(asn1, "I", &PubKey) == -1) {
2608 (uchar_t *)PubKey->bv_val;
2609 pKeyParts[KMF_DSA_PUBLIC_VALUE].Length = PubKey->bv_len;
2611 free(PubKey);

Completed in 24 milliseconds