Projects STRLCPY Vault-8-Hive Commits 57d40320
🤬
  • ■ ■ ■ ■
    common/crypto/crypto.c
    skipped 211 lines
    212 212   return -1;
    213 213   }
    214 214   
    215  - DPB(6, "Buffer to write", buf, size);
     215 + DPB(7, "Buffer to write", buf, size);
    216 216   if (ioc->encrypt) {
    217 217   DLX(6, printf("AES encrypting write buffer\n"));
    218 218   bufsize = ((size+2) % 16) ? (size+2) + (16 - (size+2)%16) : (size+2); // Compute size of buffers - multiple of 16, including length field
    skipped 503 lines
Please wait...
Page is in error, reload to recover