Searched refs:auth_iv_random_size (Results 1 – 2 of 2) sorted by relevance
152 int auth_iv_random_size; member1285 return parse_size(&options->auth_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1466 options->auth_iv_random_size = -1; in l2fwd_crypto_default_options()1578 if (options->auth_iv_param && (options->auth_iv_random_size != -1)) in l2fwd_crypto_options_print()2152 options->auth_iv_random_size, in check_capabilities()2430 if (options->auth_iv_random_size != -1) in initialize_cryptodevs()2432 options->auth_iv_random_size; in initialize_cryptodevs()
47 [--auth_key_random_size SIZE] [--auth_iv IV] [--auth_iv_random_size SIZE] /114 * auth_iv_random_size: set the size of the auth IV, which will be generated randomly.