Searched refs:fips_mode (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.c79 if (fips_mode ())
89 if (fips_mode ())
102 if (fips_mode ())
114 if (fips_mode ())
124 if (fips_mode ())
136 if (fips_mode ())
148 if (fips_mode ())
161 if (fips_mode ())
172 if (fips_mode ())
227 if (fips_mode ())
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhwfeatures.c179 if (fips_mode ())
H A Dfips.c60 fips_mode()! */
112 if ( fips_mode () )
264 to enable fips specific code. Please use the fips_mode macro
358 if (!fips_mode ())
398 if (!fips_mode ())
417 if (!fips_mode ())
674 if (fips_mode ())
704 if (fips_mode ())
723 if (!fips_mode ())
H A Dglobal.c130 if ( !fips_mode () )
309 fips_mode ()? 'y':'n',
503 if (fips_mode ()
694 if (fips_mode ())
731 if (fips_mode () )
952 if ( fips_mode ()
969 if ( fips_mode ()
987 if ( fips_mode ()
1045 if (fips_mode ()
1061 if ( fips_mode () )
[all...]
H A Dmisc.c81 if (fatal_error_handler && !fips_mode () )
H A Dg10lib.h327 #define fips_mode() _gcry_fips_mode ()
325 #define fips_mode macro
H A Dsecmem.c526 if (not_locked && fips_mode ())
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c131 if (fips_mode ())
247 if (fips_mode ())
300 if (fips_mode ())
383 if (fips_mode ())
437 if (fips_mode ())
515 if (fips_mode ())
648 if (fips_mode ())
820 if (fips_mode ())
888 if (fips_mode ())
1396 if (fips_mode ())
[all...]
H A Dmd.c183 if ( fips_mode ())
269 if (fips_mode ())
571 if (!err && algorithm == GCRY_MD_MD5 && fips_mode ())
1017 else if (algo == GCRY_MD_RMD160 && !fips_mode () )
1026 if (algo == GCRY_MD_MD5 && fips_mode ())
1203 if (fips_mode ())
H A Dcipher.c317 if ( fips_mode () && !cipher_table[i].fips_allowed )
401 if (fips_mode ())
761 if (fips_mode () || !_gcry_get_debug_flag (0))
1743 if (fips_mode () || !_gcry_get_debug_flag (0))
1835 if (fips_mode () || !_gcry_get_debug_flag (0))
H A Ddsa.c292 if (fips_mode ())
805 if (deriveparms || use_fips186 || use_fips186_2 || fips_mode ())
H A Dpubkey.c269 if (fips_mode ())
621 if (DBG_CIPHER && !fips_mode ())
643 if (!rc && DBG_CIPHER && !fips_mode ())
669 if (DBG_CIPHER && !fips_mode ())
693 if (!rc && DBG_CIPHER && !fips_mode ())
715 if (DBG_CIPHER && !fips_mode ())
738 if (!rc && DBG_CIPHER && !fips_mode ())
759 if (DBG_CIPHER && !fips_mode ())
H A Drsa.c196 if (fips_mode ())
816 if (deriveparms || use_x931 || fips_mode ())
H A Ddes.c591 if (!fips_mode () && !initialized)
698 if (!fips_mode () && !initialized)
H A Decc.c492 if (fips_mode () && !domain_parms[idx].fips )
H A Drijndael.c209 if (!fips_mode () && !initialized)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dcryptlib.c520 static int fips_mode = 0; variable
589 fips_mode = onoff;
614 ret = fips_mode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c426 int fips_mode = 0; local
468 fips_mode = 1;
475 if (fips_mode)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssltest.c377 int fips_mode=0; local
414 fips_mode=1;
565 if(fips_mode)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dssltest.c377 int fips_mode=0; local
414 fips_mode=1;
565 if(fips_mode)

Completed in 703 milliseconds