Searched refs:token_specific (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | new_host.c | 163 rc = token_specific.t_init((char *)Correlator, SlotNumber, in ST_Initialize() 229 if (token_specific.t_final != NULL) { in SC_Finalize() 230 token_specific.t_final(hContext); in SC_Finalize() 410 rc = token_specific.t_verify_so_pin(hContext, pPin, ulPinLen); in SC_InitToken() 482 rc = token_specific.t_init_pin(sess->hContext, pPin, ulPinLen); in SC_InitPIN() 534 rc = token_specific.t_set_pin(sSession, pOldPin, in SC_SetPIN() 581 token_specific.t_session(sid); in SC_OpenSession() 617 if (token_specific.t_final != NULL) { in SC_CloseSession() 618 token_specific.t_final(sess->hContext); in SC_CloseSession() 824 rc = token_specific.t_login(sess->hContext, userType, pPin, ulPinLen); in SC_Login() [all …]
|
H A D | mech_rsa.c | 45 rc = token_specific.t_rsa_generate_keypair( in ckm_rsa_key_pair_gen() 74 rc = token_specific.t_rsa_encrypt(hContext, in ckm_rsa_encrypt() 106 rc = token_specific.t_rsa_decrypt(hContext, in ckm_rsa_decrypt() 136 rc = token_specific.t_rsa_sign( in ckm_rsa_sign() 166 rc = token_specific.t_rsa_verify(hContext, in ckm_rsa_verify()
|
H A D | log.c | 325 openlog((const char *)token_specific.token_debug_tag, in stloginit()
|
H A D | tpmtok_int.h | 499 extern token_spec_t token_specific;
|
H A D | tpm_specific.c | 120 struct token_specific_struct token_specific = { variable
|