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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c415 gcry_mpi_t value_h = NULL; /* Helper. */
497 value_h = mpi_alloc_set_ui (1);
500 mpi_add_ui (value_h, value_h, 1);
502 mpi_powm (value_g, value_h, value_e, prime_p);
531 log_mpidump("dsa h", value_h );
540 *r_h = value_h; value_h = NULL;
548 gcry_mpi_release (value_h);
414 gcry_mpi_t value_h = NULL; /* Helper. */ local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c415 gcry_mpi_t value_h = NULL; /* Helper. */
497 value_h = mpi_alloc_set_ui (1);
500 mpi_add_ui (value_h, value_h, 1);
502 mpi_powm (value_g, value_h, value_e, prime_p);
531 log_mpidump("dsa h", value_h );
540 *r_h = value_h; value_h = NULL;
548 gcry_mpi_release (value_h);
414 gcry_mpi_t value_h = NULL; /* Helper. */ local

Completed in 19 milliseconds