Searched refs:xq (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rsa.c | 421 gcry_mpi_t xq = NULL; 428 /* Make sure that |xp - xq| > 2^{nbits - 100} holds. */ 432 gcry_mpi_release (xq); 433 xq = gen_x931_parm_xp (nbits/2); 434 mpi_sub (tmpval, xp, xq); 454 { "Xq", &xq }, 486 q = _gcry_derive_x931_prime (xq, xq1, xq2, e, NULL, NULL); 490 gcry_mpi_release (xq); xq = NULL; 420 gcry_mpi_t xq = NULL; local
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | rsa.c | 420 gcry_mpi_t xq = NULL; 427 /* Make sure that |xp - xq| > 2^{nbits - 100} holds. */ 431 gcry_mpi_release (xq); 432 xq = gen_x931_parm_xp (nbits/2); 433 mpi_sub (tmpval, xp, xq); 453 { "Xq", &xq }, 485 q = _gcry_derive_x931_prime (xq, xq1, xq2, e, NULL, NULL); 489 gcry_mpi_release (xq); xq = NULL; 419 gcry_mpi_t xq = NULL; local
|
Completed in 66 milliseconds