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

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

Completed in 88 milliseconds