Home
last modified time | relevance | path

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.c789 BerValue *Mod = NULL, *PubExp = NULL; in readAltFormatPrivateKey() local
809 &OID, &Mod, &PubExp, &PriExp, &Prime1, in readAltFormatPrivateKey()
876 rsa.pubexp.val = (uchar_t *)PubExp->bv_val; in readAltFormatPrivateKey()
877 rsa.pubexp.len = PubExp->bv_len; in readAltFormatPrivateKey()
902 if (PubExp) in readAltFormatPrivateKey()
903 free(PubExp); in readAltFormatPrivateKey()