Searched defs:BLOCKSIZE (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tests/pkcs11/
H A Dpkcs11-md5sum.c73 #define BLOCKSIZE 32768 macro
75 char buffer[BLOCKSIZE + 72];
167 n = fread(buffer + sum, 1, BLOCKSIZE - sum, stdin);
169 if (sum == BLOCKSIZE)
184 (CK_ULONG) BLOCKSIZE);
H A Dpkcs11-hmacmd5.c78 #define BLOCKSIZE 32768 macro
80 char buffer[BLOCKSIZE + 72];
155 for (i = 0; i < BLOCKSIZE / 2; i++) {
257 n = fread(buffer + sum, 1, BLOCKSIZE - sum, stdin);
259 if (sum == BLOCKSIZE)
274 (CK_ULONG) BLOCKSIZE);

Completed in 15 milliseconds