Searched refs:maxoplen (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/tools/regression/fsx/
H A Dfsx.c114 int maxoplen = 64 * 1024; /* -o flag */ variable
784 unsigned long size = maxoplen;
818 size = random() % (maxoplen+1);
989 maxoplen = getnum(optarg, &endp);
990 if (maxoplen <= 0)
1123 temp_buf = (char *) malloc(maxoplen);
1124 memset(temp_buf, '\0', maxoplen);
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.h391 extern int crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen,
H A Dcrypto.c633 crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen, argument
652 cap->cc_max_op_len[alg] = maxoplen;
654 printf("crypto: %s registers alg %u flags %u maxoplen %u\n"
658 , maxoplen

Completed in 187 milliseconds