Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c810 BIGNUM *Exp1 = NULL, *Exp2 = NULL, *pminus1 = NULL; in readAltFormatPrivateKey() local
873 Exp2 = BN_new(); in readAltFormatPrivateKey()
874 (void) BN_mod(Exp2, D, qminus1, ctx); in readAltFormatPrivateKey()
885 if ((ret = sslBN2KMFBN(Exp2, &rsa.exp2)) != KMF_OK) in readAltFormatPrivateKey()
947 if (Exp2) in readAltFormatPrivateKey()
948 BN_clear_free(Exp2); in readAltFormatPrivateKey()