Searched refs:aead_iv_random_size (Results 1 – 2 of 2) sorted by relevance
161 int aead_iv_random_size; member1322 return parse_size(&options->aead_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1479 options->aead_iv_random_size = -1; in l2fwd_crypto_default_options()1990 options->aead_iv_random_size, in check_capabilities()2340 if (options->aead_iv_random_size != -1) in initialize_cryptodevs()2342 options->aead_iv_random_size; in initialize_cryptodevs()
49 [--aead_key_random_size SIZE] [--aead_iv] [--aead_iv_random_size SIZE] /134 * aead_iv_random_size: set the size of the AEAD IV, which will be generated randomly.