Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c808 BerValue *Coef = NULL; in readAltFormatPrivateKey() local
827 &Prime2, &Coef) == -1) { in readAltFormatPrivateKey()
922 if (Coef) { in readAltFormatPrivateKey()
923 (void) memset(Coef->bv_val, 0, Coef->bv_len); in readAltFormatPrivateKey()
924 free(Coef->bv_val); in readAltFormatPrivateKey()
925 free(Coef); in readAltFormatPrivateKey()