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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c806 BerValue *Mod = NULL, *PubExp = NULL; local
826 &OID, &Mod, &PubExp, &PriExp, &Prime1,
893 rsa.pubexp.val = (uchar_t *)PubExp->bv_val;
894 rsa.pubexp.len = PubExp->bv_len;
919 if (PubExp)
920 free(PubExp);

Completed in 241 milliseconds