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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c2833 CK_BYTE_PTR pstate = NULL; local
2864 pstate = OPENSSL_malloc(ul_state_len);
2865 if (pstate == NULL)
2872 rv = pFuncList->C_GetOperationState(state->sp->session, pstate,
2883 rv = pFuncList->C_SetOperationState(state_to->sp->session, pstate,
2895 if (pstate != NULL)
2896 OPENSSL_free(pstate);

Completed in 14 milliseconds