Searched refs:Exp2 (Results 1 – 1 of 1) sorted by relevance
810 BIGNUM *Exp1 = NULL, *Exp2 = NULL, *pminus1 = NULL; in readAltFormatPrivateKey() local873 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()