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

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c178 CK_MECHANISM tMechanism = { CKM_AES_KEY_GEN, NULL, 0 }; local
200 rv = generateKey( a_hSession, &tMechanism, tAttr, ulAttrCount, &hObject );
426 CK_MECHANISM tMechanism = { CKM_AES_ECB, NULL, 0 }; local
466 rv = encryptData( hSession, hObject, &tMechanism,
469 rv = decryptData( hSession, hObject, &tMechanism,

Completed in 102 milliseconds