Searched refs:test_ctx (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c901 rng_context_t test_ctx;
908 test_ctx = gcry_xcalloc (1, sizeof *test_ctx);
909 setup_guards (test_ctx);
916 err = gcry_cipher_open (&test_ctx->cipher_hd,
925 err = gcry_cipher_setkey (test_ctx->cipher_hd, tv[tvidx].key, 16);
931 test_ctx->key_init_pid = getpid ();
934 memcpy (test_ctx->seed_V, tv[tvidx].v, 16);
935 test_ctx->is_seeded = 1;
936 test_ctx
899 rng_context_t test_ctx; local
1026 rng_context_t test_ctx; local
1094 rng_context_t test_ctx = context; local
1109 rng_context_t test_ctx = context; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c901 rng_context_t test_ctx;
908 test_ctx = gcry_xcalloc (1, sizeof *test_ctx);
909 setup_guards (test_ctx);
916 err = gcry_cipher_open (&test_ctx->cipher_hd,
925 err = gcry_cipher_setkey (test_ctx->cipher_hd, tv[tvidx].key, 16);
931 test_ctx->key_init_pid = getpid ();
934 memcpy (test_ctx->seed_V, tv[tvidx].v, 16);
935 test_ctx->is_seeded = 1;
936 test_ctx
899 rng_context_t test_ctx; local
1026 rng_context_t test_ctx; local
1094 rng_context_t test_ctx = context; local
1109 rng_context_t test_ctx = context; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/random/
H A Drandom-fips.c901 rng_context_t test_ctx;
908 test_ctx = gcry_xcalloc (1, sizeof *test_ctx);
909 setup_guards (test_ctx);
916 err = gcry_cipher_open (&test_ctx->cipher_hd,
925 err = gcry_cipher_setkey (test_ctx->cipher_hd, tv[tvidx].key, 16);
931 test_ctx->key_init_pid = getpid ();
934 memcpy (test_ctx->seed_V, tv[tvidx].v, 16);
935 test_ctx->is_seeded = 1;
936 test_ctx
899 rng_context_t test_ctx; local
1026 rng_context_t test_ctx; local
1094 rng_context_t test_ctx = context; local
1109 rng_context_t test_ctx = context; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Dparseutils.c435 TestContext test_ctx; local
458 test_ctx.class = &test_class;
459 av_opt_set_defaults2(&test_ctx, 0, 0);
460 test_ctx.string = av_strdup("default");
465 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]);
466 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0)
467 av_log(&test_ctx, AV_LOG_ERROR, "Error setting options string: '%s'\n", options[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Dparseutils.c435 TestContext test_ctx; local
458 test_ctx.class = &test_class;
459 av_opt_set_defaults2(&test_ctx, 0, 0);
460 test_ctx.string = av_strdup("default");
465 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]);
466 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0)
467 av_log(&test_ctx, AV_LOG_ERROR, "Error setting options string: '%s'\n", options[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Dparseutils.c435 TestContext test_ctx; local
458 test_ctx.class = &test_class;
459 av_opt_set_defaults2(&test_ctx, 0, 0);
460 test_ctx.string = av_strdup("default");
465 av_log(&test_ctx, AV_LOG_DEBUG, "Setting options string '%s'\n", options[i]);
466 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0)
467 av_log(&test_ctx, AV_LOG_ERROR, "Error setting options string: '%s'\n", options[i]);

Completed in 302 milliseconds