Home
last modified time | relevance | path

Searched refs:COEF (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c792 BIGNUM *D = NULL, *P = NULL, *Q = NULL, *COEF = NULL; in readAltFormatPrivateKey() local
860 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()