Searched refs:test_keys (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Delgamal.c50 static int test_keys (ELG_secret_key *sk, unsigned int nbits, int nodie);
128 test_keys ( ELG_secret_key *sk, unsigned int nbits, int nodie ) function
349 test_keys ( sk, nbits - 64, 0 );
420 if ( test_keys ( sk, nbits - 64, 1 ) )
H A Ddsa.c99 static int test_keys (DSA_secret_key *sk, unsigned int qbits);
211 test_keys (DSA_secret_key *sk, unsigned int qbits)
389 if ( test_keys (sk, qbits) )
564 if (!ec && test_keys (sk, qbits) )
210 test_keys (DSA_secret_key *sk, unsigned int qbits) function
H A Drsa.c88 static int test_keys (RSA_secret_key *sk, unsigned nbits);
96 test_keys (RSA_secret_key *sk, unsigned int nbits)
316 if (test_keys (sk, nbits - 64))
569 if (test_keys (sk, nbits - 64))
95 test_keys (RSA_secret_key *sk, unsigned int nbits) function
H A Decc.c298 static void test_keys (ECC_secret_key * sk, unsigned int nbits);
585 test_keys (sk, nbits - 64);
598 test_keys (ECC_secret_key *sk, unsigned int nbits)
594 test_keys (ECC_secret_key *sk, unsigned int nbits) function

Completed in 109 milliseconds