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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c377 meta_object_t *meta_auth_key,
395 rv = meta_object_get_clone(meta_auth_key, slot_session->slotnum,
447 meta_object_t *meta_enc_key = NULL, *meta_auth_key = NULL; local
481 rv = meta_handle2object(hAuthenticationKey, &meta_auth_key);
531 meta_auth_key, &(opstate.state[0]),
567 } else if (meta_auth_key != NULL) {
568 session->init.key = meta_auth_key;
575 if (meta_auth_key != NULL)
576 OBJRELEASE(meta_auth_key);
375 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 274 milliseconds