Home
last modified time | relevance | path

Searched refs:Exp1 (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
865 Exp1 = BN_new(); in readAltFormatPrivateKey()
866 (void) BN_mod(Exp1, D, pminus1, ctx); in readAltFormatPrivateKey()
883 if ((ret = sslBN2KMFBN(Exp1, &rsa.exp1)) != KMF_OK) in readAltFormatPrivateKey()
945 if (Exp1) in readAltFormatPrivateKey()
946 BN_clear_free(Exp1); in readAltFormatPrivateKey()