Searched refs:cipher_hd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c117 gcry_cipher_hd_t cipher_hd; member in struct:rng_context
451 gcry_assert (rng_ctx->cipher_hd);
479 datetime_DT, rng_ctx->seed_V, rng_ctx->cipher_hd,
697 if (!rng_ctx->cipher_hd)
700 rng_ctx->cipher_hd = x931_generate_key (1);
702 rng_ctx->cipher_hd = x931_generate_key (0);
703 if (!rng_ctx->cipher_hd)
916 err = gcry_cipher_open (&test_ctx->cipher_hd,
925 err = gcry_cipher_setkey (test_ctx->cipher_hd, tv[tvidx].key, 16);
974 gcry_cipher_close (test_ctx->cipher_hd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c117 gcry_cipher_hd_t cipher_hd; member in struct:rng_context
451 gcry_assert (rng_ctx->cipher_hd);
479 datetime_DT, rng_ctx->seed_V, rng_ctx->cipher_hd,
697 if (!rng_ctx->cipher_hd)
700 rng_ctx->cipher_hd = x931_generate_key (1);
702 rng_ctx->cipher_hd = x931_generate_key (0);
703 if (!rng_ctx->cipher_hd)
916 err = gcry_cipher_open (&test_ctx->cipher_hd,
925 err = gcry_cipher_setkey (test_ctx->cipher_hd, tv[tvidx].key, 16);
974 gcry_cipher_close (test_ctx->cipher_hd);
[all...]

Completed in 111 milliseconds