Home
last modified time | relevance | path

Searched defs:a_hSession (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c342 closeTokenSession( CK_SESSION_HANDLE a_hSession ) { in closeTokenSession()
378 loginToken( CK_SESSION_HANDLE a_hSession, in loginToken()
397 initPin( CK_SESSION_HANDLE a_hSession, in initPin()
416 setPin( CK_SESSION_HANDLE a_hSession, in setPin()
438 generateKey( CK_SESSION_HANDLE a_hSession, in generateKey()
461 createObject( CK_SESSION_HANDLE a_hSession, in createObject()
482 destroyObject( CK_SESSION_HANDLE a_hSession, in destroyObject()
502 getObjectAttributes( CK_SESSION_HANDLE a_hSession, in getObjectAttributes()
524 findObjects( CK_SESSION_HANDLE a_hSession, in findObjects()
618 displayCertObject( CK_SESSION_HANDLE a_hSession, in displayCertObject()
[all …]
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c196 findExistingObjects( CK_SESSION_HANDLE a_hSession, in findExistingObjects()
236 checkExistingObjects( CK_SESSION_HANDLE a_hSession, in checkExistingObjects()
284 destroyExistingObjects( CK_SESSION_HANDLE a_hSession, in destroyExistingObjects()
400 checkX509Cert( CK_SESSION_HANDLE a_hSession ) { in checkX509Cert()
417 destroyX509CertObject( CK_SESSION_HANDLE a_hSession ) { in destroyX509CertObject()
434 CK_SESSION_HANDLE a_hSession ) { in createX509CertObject()
540 CK_SESSION_HANDLE a_hSession ) { in doX509Cert()
617 checkRsaPubKey( CK_SESSION_HANDLE a_hSession ) { in checkRsaPubKey()
636 checkRsaKey( CK_SESSION_HANDLE a_hSession ) { in checkRsaKey()
653 destroyRsaPubKeyObject( CK_SESSION_HANDLE a_hSession ) { in destroyRsaPubKeyObject()
[all …]
H A Ddata_protect.c167 makeKey( CK_SESSION_HANDLE a_hSession ) { in makeKey()
214 getKey( CK_SESSION_HANDLE a_hSession, in getKey()