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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c2772 CK_BYTE_PTR pstate = NULL; local
2803 pstate = OPENSSL_malloc(ul_state_len);
2804 if (pstate == NULL) {
2810 rv = pFuncList->C_GetOperationState(state->sp->session, pstate,
2819 rv = pFuncList->C_SetOperationState(state_to->sp->session, pstate,
2829 if (pstate != NULL) {
2830 OPENSSL_free(pstate);

Completed in 17 milliseconds