Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/tpm-tools/dist/lib/
Dtpm_pkcs11.c1081 CK_BBOOL bContinue = TRUE; in encryptData() local
1101 while ( bContinue ) { in encryptData()
1103 if ( a_fGet( &pbInData, &ulInDataLen, &bContinue, TRUE ) == -1 ) { in encryptData()
1135 if ( a_fPut( pbBuffer, ulOutDataLen, bContinue, TRUE ) == -1 ) { in encryptData()
1173 CK_BBOOL bContinue = TRUE; in decryptData() local
1193 while ( bContinue ) { in decryptData()
1195 if ( a_fGet( &pbInData, &ulInDataLen, &bContinue, FALSE ) == -1 ) { in decryptData()
1226 if ( a_fPut( pbBuffer, ulOutDataLen, bContinue, FALSE ) == -1 ) { in decryptData()