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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c2827 CK_OBJECT_HANDLE h_derived_key = CK_INVALID_HANDLE; local
2884 &h_derived_key);
2891 rv = pFuncList->C_GetAttributeValue(sp->session, h_derived_key,
2914 rv = pFuncList->C_GetAttributeValue(sp->session, h_derived_key,
2952 if (h_derived_key != CK_INVALID_HANDLE)
2954 rv = pFuncList->C_DestroyObject(sp->session, h_derived_key);

Completed in 16 milliseconds