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