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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h85 fips_mode (void) function
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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.c179 if ( fips_mode ())
265 if (fips_mode ())
567 if (!err && algorithm == GCRY_MD_MD5 && fips_mode ())
1010 else if (algo == GCRY_MD_RMD160 && !fips_mode () )
1019 if (algo == GCRY_MD_MD5 && fips_mode ())
1196 if (fips_mode ())
H A Dpubkey.c267 if (fips_mode ())
619 if (DBG_CIPHER && !fips_mode ())
641 if (!rc && DBG_CIPHER && !fips_mode ())
667 if (DBG_CIPHER && !fips_mode ())
691 if (!rc && DBG_CIPHER && !fips_mode ())
713 if (DBG_CIPHER && !fips_mode ())
736 if (!rc && DBG_CIPHER && !fips_mode ())
757 if (DBG_CIPHER && !fips_mode ())
H A Dcipher.c300 if ( fips_mode () && !cipher_table[i].fips_allowed )
384 if (fips_mode ())
744 if (fips_mode () || !_gcry_get_debug_flag (0))
1436 if (fips_mode () || !_gcry_get_debug_flag (0))
1535 if (fips_mode () || !_gcry_get_debug_flag (0))
H A Ddsa.c280 if (fips_mode ())
793 if (deriveparms || use_fips186 || use_fips186_2 || fips_mode ())
H A Drsa.c196 if (fips_mode ())
806 if (deriveparms || use_x931 || fips_mode ())
H A Ddes.c591 if (!fips_mode () && !initialized)
698 if (!fips_mode () && !initialized)
H A Decc.c488 if (fips_mode () && !domain_parms[idx].fips )
H A Drijndael.c122 if (!fips_mode () && !initialized)
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c610 boolean_t fips_mode = B_FALSE; local
640 &fips_mode)) != CKR_OK) {
644 if (fips_mode == B_TRUE)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c280 if (fips_mode ())
793 if (deriveparms || use_fips186 || use_fips186_2 || fips_mode ())
H A Drsa.c195 if (fips_mode ())
805 if (deriveparms || use_x931 || fips_mode ())
H A Drijndael.c121 if (!fips_mode () && !initialized)
H A Ddes.c585 if (!fips_mode () && !initialized)
664 if (!fips_mode () && !initialized)
H A Decc.c488 if (fips_mode () && !domain_parms[idx].fips )

Completed in 57 milliseconds