Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c790 BerValue *PriExp = NULL, *Prime1 = NULL, *Prime2 = NULL; in readAltFormatPrivateKey() local
809 &OID, &Mod, &PubExp, &PriExp, &Prime1, in readAltFormatPrivateKey()
822 D = BN_bin2bn((const uchar_t *)PriExp->bv_val, PriExp->bv_len, D); in readAltFormatPrivateKey()
879 rsa.priexp.val = (uchar_t *)PriExp->bv_val; in readAltFormatPrivateKey()
880 rsa.priexp.len = PriExp->bv_len; in readAltFormatPrivateKey()
896 if (PriExp) in readAltFormatPrivateKey()
897 free(PriExp); in readAltFormatPrivateKey()