Home
last modified time | relevance | path

Searched refs:CK_CHAR_PTR (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c110 CK_RV token_specific_login(TSS_HCONTEXT, CK_USER_TYPE, CK_CHAR_PTR, CK_ULONG);
112 CK_RV token_specific_init_pin(TSS_HCONTEXT, CK_CHAR_PTR, CK_ULONG);
113 CK_RV token_specific_set_pin(ST_SESSION_HANDLE, CK_CHAR_PTR,
114 CK_ULONG, CK_CHAR_PTR, CK_ULONG);
115 CK_RV token_specific_verify_so_pin(TSS_HCONTEXT, CK_CHAR_PTR, CK_ULONG);
970 CK_CHAR_PTR passHash, in token_load_key()
1252 int key_type, CK_CHAR_PTR passHash, TSS_HKEY *phKey) in token_generate_leaf_key()
1555 CK_CHAR_PTR pPin, in token_specific_login()
1690 CK_CHAR_PTR pPin, CK_ULONG ulPinLen) in token_specific_init_pin()
1787 CK_CHAR_PTR pOldPin, CK_ULONG ulOldPinLen, in token_specific_set_pin()
[all …]
H A Dtpmtok_int.h1266 (void *ppFunctionList, CK_SLOT_ID slotID, CK_CHAR_PTR pCorrelator);
1298 (CK_SLOT_ID slotID, CK_CHAR_PTR pPin, CK_ULONG usPinLen,
1299 CK_CHAR_PTR pLabel);
1302 (ST_SESSION_T hSession, CK_CHAR_PTR pPin,
1306 (ST_SESSION_T hSession, CK_CHAR_PTR pOldPin,
1307 CK_ULONG usOldLen, CK_CHAR_PTR pNewPin,
1336 CK_USER_TYPE userType, CK_CHAR_PTR pPin,
H A Dapi_interface.c1659 CK_CHAR_PTR pPin, in C_InitPIN()
1687 CK_CHAR_PTR pPin, in C_InitToken()
1689 CK_CHAR_PTR pLabel) in C_InitToken()
1716 CK_CHAR_PTR pPin, in C_Login()
1888 CK_CHAR_PTR pOldPin, in C_SetPIN()
1890 CK_CHAR_PTR pNewPin, in C_SetPIN()
H A Dnew_host.c373 CK_CHAR_PTR pPin, in SC_InitToken()
375 CK_CHAR_PTR pLabel) in SC_InitToken()
447 CK_CHAR_PTR pPin, in SC_InitPIN()
508 CK_CHAR_PTR pOldPin, in SC_SetPIN()
510 CK_CHAR_PTR pNewPin, in SC_SetPIN()
743 CK_CHAR_PTR pPin, in SC_Login()
/titanic_50/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h165 CK_CHAR_PTR serial;
/titanic_50/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h72 typedef CK_CHAR CK_PTR CK_CHAR_PTR; typedef
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c434 if (soft_gen_hashed_pin((CK_CHAR_PTR)SOFT_DEFAULT_PIN, &hashed_pin, in create_keystore()