Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c807 BerValue *PriExp = NULL, *Prime1 = NULL, *Prime2 = NULL; in readAltFormatPrivateKey() local
826 &OID, &Mod, &PubExp, &PriExp, &Prime1, in readAltFormatPrivateKey()
846 P = BN_bin2bn((const uchar_t *)Prime1->bv_val, Prime1->bv_len, P); in readAltFormatPrivateKey()
899 rsa.prime1.val = (uchar_t *)Prime1->bv_val; in readAltFormatPrivateKey()
900 rsa.prime1.len = Prime1->bv_len; in readAltFormatPrivateKey()
927 if (Prime1) in readAltFormatPrivateKey()
928 free(Prime1); in readAltFormatPrivateKey()