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