Searched refs:COEF (Results 1 – 1 of 1) sorted by relevance
792 BIGNUM *D = NULL, *P = NULL, *Q = NULL, *COEF = NULL; in readAltFormatPrivateKey() local860 COEF = BN_new(); in readAltFormatPrivateKey()861 (void) BN_mod_inverse(COEF, Q, P, ctx); in readAltFormatPrivateKey()870 if ((ret = sslBN2KMFBN(COEF, &rsa.coef)) != KMF_OK) in readAltFormatPrivateKey()