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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c352 meta_object_t *meta_auth_key,
370 rv = meta_object_get_clone(meta_auth_key, slot_session->slotnum,
422 meta_object_t *meta_enc_key = NULL, *meta_auth_key = NULL; local
456 rv = meta_handle2object(hAuthenticationKey, &meta_auth_key);
481 meta_auth_key, &(opstate.state[0]),
494 if (meta_auth_key != NULL)
495 OBJRELEASE(meta_auth_key);
350 meta_set_opstate(slot_session_t *slot_session, meta_object_t *meta_enc_key, meta_object_t *meta_auth_key, struct opstate_data *state, CK_BYTE *databuf) argument

Completed in 57 milliseconds