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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c162 rc = token_specific.t_init((char *)Correlator, SlotNumber,
222 if (token_specific.t_final != NULL)
223 token_specific.t_final(hContext);
402 rc = token_specific.t_verify_so_pin(hContext, pPin, ulPinLen);
474 rc = token_specific.t_init_pin(sess->hContext, pPin, ulPinLen);
526 rc = token_specific.t_set_pin(sSession, pOldPin,
573 token_specific.t_session(sid);
609 if (token_specific.t_final != NULL) {
610 token_specific.t_final(sess->hContext);
816 rc = token_specific
[all...]
H A Dmech_rsa.c45 rc = token_specific.t_rsa_generate_keypair(
74 rc = token_specific.t_rsa_encrypt(hContext,
106 rc = token_specific.t_rsa_decrypt(hContext,
136 rc = token_specific.t_rsa_sign(
166 rc = token_specific.t_rsa_verify(hContext,
H A Dtpmtok_int.h498 extern token_spec_t token_specific;
H A Dtpm_specific.c118 struct token_specific_struct token_specific = { variable in typeref:struct:token_specific_struct

Completed in 35 milliseconds