Home
last modified time | relevance | path

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

/freebsd/usr.sbin/spi/
H A Dspi.c400 int ch, ch2, ctr, cbcmd, err; in interpret_command_bytes() local
406 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()
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daes.txt464 8. cbcmd<nn>.txt CBC monte carlo decryption test vectors