Home
last modified time | relevance | path

Searched refs:Prime1 (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()
829 P = BN_bin2bn((const uchar_t *)Prime1->bv_val, Prime1->bv_len, P); in readAltFormatPrivateKey()
882 rsa.prime1.val = (uchar_t *)Prime1->bv_val; in readAltFormatPrivateKey()
883 rsa.prime1.len = Prime1->bv_len; in readAltFormatPrivateKey()
910 if (Prime1) in readAltFormatPrivateKey()
911 free(Prime1); in readAltFormatPrivateKey()