Searched refs:cbcmd (Results 1 – 2 of 2) sorted by relevance
400 int ch, ch2, ctr, cbcmd, err; in interpret_command_bytes() local406 cbcmd = DEFAULT_BUFFER_SIZE; /* initial cmd buffer size */ in interpret_command_bytes()407 popt->pcmd = (uint8_t *)malloc(cbcmd); in interpret_command_bytes()439 if (ctr >= cbcmd) { /* need re-alloc buffer? (unlikely) */ in interpret_command_bytes()440 cbcmd += 8192; /* increase by additional 8k */ in interpret_command_bytes()441 ptemp = realloc(popt->pcmd, cbcmd); in interpret_command_bytes()
464 8. cbcmd<nn>.txt CBC monte carlo decryption test vectors