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.c791 BerValue *Coef = NULL; in readAltFormatPrivateKey() local
810 &Prime2, &Coef) == -1) { in readAltFormatPrivateKey()
905 if (Coef) { in readAltFormatPrivateKey()
906 (void) memset(Coef->bv_val, 0, Coef->bv_len); in readAltFormatPrivateKey()
907 free(Coef->bv_val); in readAltFormatPrivateKey()
908 free(Coef); in readAltFormatPrivateKey()