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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c2654 CK_OBJECT_HANDLE h_derived_key = CK_INVALID_HANDLE; local
2709 &h_derived_key);
2715 rv = pFuncList->C_GetAttributeValue(sp->session, h_derived_key,
2734 rv = pFuncList->C_GetAttributeValue(sp->session, h_derived_key,
2769 if (h_derived_key != CK_INVALID_HANDLE) {
2770 rv = pFuncList->C_DestroyObject(sp->session, h_derived_key);

Completed in 44 milliseconds