Searched refs:in_fips_mode (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dregister.c33 static int in_fips_mode; variable
118 if (in_fips_mode)
179 in_fips_mode = 1;
186 return in_fips_mode? 77:0;
H A Dbasic.c58 static int in_fips_mode; variable
155 if (gcry_cipher_test_algo (tv[i].algo) && in_fips_mode)
1511 if (gcry_cipher_test_algo (algos[i]) && in_fips_mode)
1533 if (gcry_cipher_test_algo (algos[i]) && in_fips_mode)
1869 && in_fips_mode)
2239 && in_fips_mode)
2651 in_fips_mode ? "(genkey (rsa (nbits 4:1024)))"
2801 if (gcry_pk_test_algo (pubkeys[i].id) && in_fips_mode)
2818 if (gcry_pk_test_algo (pubkeys[i].id) && in_fips_mode)
2891 in_fips_mode
[all...]
H A Dbenchmark.c61 static int in_fips_mode; variable
424 if (in_fips_mode && i == GCRY_MD_MD5)
1233 in_fips_mode = 1;
1320 if (in_fips_mode && !gcry_fips_mode_active ())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dregister.c33 static int in_fips_mode; variable
118 if (in_fips_mode)
179 in_fips_mode = 1;
186 return in_fips_mode? 77:0;
H A Dbasic.c58 static int in_fips_mode; variable
155 if (gcry_cipher_test_algo (tv[i].algo) && in_fips_mode)
1511 if (gcry_cipher_test_algo (algos[i]) && in_fips_mode)
1533 if (gcry_cipher_test_algo (algos[i]) && in_fips_mode)
1869 && in_fips_mode)
2239 && in_fips_mode)
2651 in_fips_mode ? "(genkey (rsa (nbits 4:1024)))"
2801 if (gcry_pk_test_algo (pubkeys[i].id) && in_fips_mode)
2818 if (gcry_pk_test_algo (pubkeys[i].id) && in_fips_mode)
2891 in_fips_mode
[all...]
H A Dbenchmark.c61 static int in_fips_mode; variable
424 if (in_fips_mode && i == GCRY_MD_MD5)
1233 in_fips_mode = 1;
1320 if (in_fips_mode && !gcry_fips_mode_active ())

Completed in 121 milliseconds