Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c815 CK_ATTRIBUTE tKeyList[] = { in displayAsymKeyObject() local
825 CK_ULONG ulKeyCount = sizeof( tKeyList ) / sizeof( CK_ATTRIBUTE ); in displayAsymKeyObject()
828 rv = getObjectAttributes( a_hSession, a_hObject, tKeyList, ulKeyCount ); in displayAsymKeyObject()
833 …if ( ( tKeyList[ 4 ].ulValueLen > 0 ) || ( tKeyList[ 6 ].ulValueLen > 0 ) || ( tKeyList[ 7 ].ulVal… in displayAsymKeyObject()
834 if ( tKeyList[ 4 ].ulValueLen > 0 ) in displayAsymKeyObject()
835 pszLabel = tKeyList[ 4 ].pValue = in displayAsymKeyObject()
836 calloc( 1, tKeyList[ 4 ].ulValueLen + 1 ); in displayAsymKeyObject()
838 if ( tKeyList[ 6 ].ulValueLen > 0 ) in displayAsymKeyObject()
839 tKeyList[ 6 ].pValue = in displayAsymKeyObject()
840 calloc( 1, tKeyList[ 6 ].ulValueLen + 1 ); in displayAsymKeyObject()
[all …]