Searched refs:cipher_iv_random_size (Results 1 – 2 of 2) sorted by relevance
142 int cipher_iv_random_size; member1289 return parse_size(&options->cipher_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1495 options->cipher_iv_random_size = -1; in l2fwd_crypto_default_options()1618 if (options->cipher_iv_param && (options->cipher_iv_random_size != -1)) in l2fwd_crypto_options_print()2141 options->cipher_iv_random_size, in check_capabilities()2503 if (options->cipher_iv_random_size != -1) in initialize_cryptodevs()2505 options->cipher_iv_random_size; in initialize_cryptodevs()
46 [--cipher_iv_random_size SIZE] /97 * cipher_iv_random_size: set the size of the cipher IV, which will be generated randomly.