Searched refs:aead_iv_random_size (Results 1 – 2 of 2) sorted by relevance
160 int aead_iv_random_size; member1363 return parse_size(&options->aead_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1522 options->aead_iv_random_size = -1; in l2fwd_crypto_default_options()2034 options->aead_iv_random_size, in check_capabilities()2446 if (options->aead_iv_random_size != -1) in initialize_cryptodevs()2448 options->aead_iv_random_size; in initialize_cryptodevs()
50 [--aead_key_random_size SIZE] [--aead_iv] [--aead_iv_random_size SIZE] /137 * aead_iv_random_size: set the size of the AEAD IV, which will be generated randomly.