Searched refs:mpi_new (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Decc.c402 x_3 = mpi_new (0);
403 axb = mpi_new (0);
404 y = mpi_new (0);
601 gcry_mpi_t test = mpi_new (nbits);
603 gcry_mpi_t c = mpi_new (nbits);
604 gcry_mpi_t out = mpi_new (nbits);
605 gcry_mpi_t r = mpi_new (nbits);
606 gcry_mpi_t s = mpi_new (nbits);
1027 g_x = mpi_new (0);
1028 g_y = mpi_new (
[all...]
H A Dac.c2857 gcry_mpi_t mpi_new;
2871 err = _gcry_ac_data_get_index (data, GCRY_AC_FLAG_COPY, 0, NULL, &mpi_new);
2875 *mpi = mpi_new;
2848 gcry_mpi_t mpi_new; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Decc.c402 x_3 = mpi_new (0);
403 axb = mpi_new (0);
404 y = mpi_new (0);
601 gcry_mpi_t test = mpi_new (nbits);
603 gcry_mpi_t c = mpi_new (nbits);
604 gcry_mpi_t out = mpi_new (nbits);
605 gcry_mpi_t r = mpi_new (nbits);
606 gcry_mpi_t s = mpi_new (nbits);
1027 g_x = mpi_new (0);
1028 g_y = mpi_new (
[all...]
H A Dac.c2857 gcry_mpi_t mpi_new;
2871 err = _gcry_ac_data_get_index (data, GCRY_AC_FLAG_COPY, 0, NULL, &mpi_new);
2875 *mpi = mpi_new;
2848 gcry_mpi_t mpi_new; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Decc.c402 x_3 = mpi_new (0);
403 axb = mpi_new (0);
404 y = mpi_new (0);
601 gcry_mpi_t test = mpi_new (nbits);
603 gcry_mpi_t c = mpi_new (nbits);
604 gcry_mpi_t out = mpi_new (nbits);
605 gcry_mpi_t r = mpi_new (nbits);
606 gcry_mpi_t s = mpi_new (nbits);
1027 g_x = mpi_new (0);
1028 g_y = mpi_new (
[all...]
H A Dac.c2857 gcry_mpi_t mpi_new;
2871 err = _gcry_ac_data_get_index (data, GCRY_AC_FLAG_COPY, 0, NULL, &mpi_new);
2875 *mpi = mpi_new;
2848 gcry_mpi_t mpi_new; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/
H A Dec.c72 p->x = mpi_new (0);
73 p->y = mpi_new (0);
74 p->z = mpi_new (0);
291 /* ctx->s[i] = mpi_new (192); */
292 /* ctx->c = mpi_new (192*2); */
297 /* ctx->s[i] = mpi_new (384); */
298 /* ctx->c = mpi_new (384*2); */
355 z1 = mpi_new (0);
356 z2 = mpi_new (0);
365 z3 = mpi_new (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/
H A Dec.c72 p->x = mpi_new (0);
73 p->y = mpi_new (0);
74 p->z = mpi_new (0);
291 /* ctx->s[i] = mpi_new (192); */
292 /* ctx->c = mpi_new (192*2); */
297 /* ctx->s[i] = mpi_new (384); */
298 /* ctx->c = mpi_new (384*2); */
355 z1 = mpi_new (0);
356 z2 = mpi_new (0);
365 z3 = mpi_new (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/
H A Dec.c72 p->x = mpi_new (0);
73 p->y = mpi_new (0);
74 p->z = mpi_new (0);
291 /* ctx->s[i] = mpi_new (192); */
292 /* ctx->c = mpi_new (192*2); */
297 /* ctx->s[i] = mpi_new (384); */
298 /* ctx->c = mpi_new (384*2); */
355 z1 = mpi_new (0);
356 z2 = mpi_new (0);
365 z3 = mpi_new (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dmpi.h117 #define mpi_new(n) _gcry_mpi_new ((n)) macro
H A Dgcrypt.h759 #define mpi_new(n) gcry_mpi_new( (n) )
754 #define mpi_new macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dmpi.h117 #define mpi_new(n) _gcry_mpi_new ((n)) macro
H A Dgcrypt.h759 #define mpi_new(n) gcry_mpi_new( (n) )
754 #define mpi_new macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dmpi.h117 #define mpi_new(n) _gcry_mpi_new ((n)) macro
H A Dgcrypt.h759 #define mpi_new(n) gcry_mpi_new( (n) )
754 #define mpi_new macro

Completed in 210 milliseconds