Searched refs:auth_iv_random_size (Results 1 – 2 of 2) sorted by relevance
151 int auth_iv_random_size; member1326 return parse_size(&options->auth_iv_random_size, optarg); in l2fwd_crypto_parse_args_long_options()1509 options->auth_iv_random_size = -1; in l2fwd_crypto_default_options()1621 if (options->auth_iv_param && (options->auth_iv_random_size != -1)) in l2fwd_crypto_options_print()2252 options->auth_iv_random_size, in check_capabilities()2536 if (options->auth_iv_random_size != -1) in initialize_cryptodevs()2538 options->auth_iv_random_size; in initialize_cryptodevs()
48 [--auth_key_random_size SIZE] [--auth_iv IV] [--auth_iv_random_size SIZE] /117 * auth_iv_random_size: set the size of the auth IV, which will be generated randomly.