Home
last modified time | relevance | path

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

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