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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1706 p12uContext *p12cxt = arg; local
1709 if (!p12cxt || (p12cxt->error == PR_TRUE)) {
1713 if (p12cxt->file == NULL) {
1714 p12cxt->errorValue = SEC_ERROR_PKCS12_UNABLE_TO_WRITE;
1715 p12cxt->error = PR_TRUE;
1719 writeLen = PR_Write(p12cxt->file, (unsigned char *)buf, (int32)len);
1722 (void) PR_Close(p12cxt->file);
1723 free(p12cxt->filename);
1724 p12cxt
[all...]

Completed in 62 milliseconds