Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c793 BIGNUM *Exp1 = NULL, *Exp2 = NULL, *pminus1 = NULL; in readAltFormatPrivateKey() local
856 Exp2 = BN_new(); in readAltFormatPrivateKey()
857 (void) BN_mod(Exp2, D, qminus1, ctx); in readAltFormatPrivateKey()
868 if ((ret = sslBN2KMFBN(Exp2, &rsa.exp2)) != KMF_OK) in readAltFormatPrivateKey()
930 if (Exp2) in readAltFormatPrivateKey()
931 BN_clear_free(Exp2); in readAltFormatPrivateKey()