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

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.h26 #define TOKEN_BUFFER_SIZE TOKEN_AES_BLOCKSIZE * 256 macro
H A Ddata_protect.c290 g_pbInData = malloc( TOKEN_BUFFER_SIZE );
298 iBytes = fread( g_pbInData, 1, TOKEN_BUFFER_SIZE, g_pInFile );
308 if ( iBytes != TOKEN_BUFFER_SIZE ) {

Completed in 47 milliseconds