Searched refs:tmpmem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6379 BIO *tmpmem = NULL; local
6392 if(!(tmpmem = pkcs7_dataDecode(context, id_cryptoctx, p7))) {
6399 i = BIO_read(tmpmem, buf, sizeof(buf));
6402 BIO_free_all(tmpmem);

Completed in 78 milliseconds