Searched refs:cipher_iv_random_size (Results 1 – 2 of 2) sorted by relevance
143 int cipher_iv_random_size; member1248 return parse_size(&options->cipher_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1453 options->cipher_iv_random_size = -1; in l2fwd_crypto_default_options()1575 if (options->cipher_iv_param && (options->cipher_iv_random_size != -1)) in l2fwd_crypto_options_print()2096 options->cipher_iv_random_size, in check_capabilities()2397 if (options->cipher_iv_random_size != -1) in initialize_cryptodevs()2399 options->cipher_iv_random_size; in initialize_cryptodevs()
45 [--cipher_key_random_size SIZE] [--cipher_iv IV] [--cipher_iv_random_size SIZE] /94 * cipher_iv_random_size: set the size of the cipher IV, which will be generated randomly.