cipher: Don't differentiate GCRY_CIPHER_MODE_CMAC in FIPS mode.
* cipher/cipher.c (_gcry_cipher_mode_fips_compliance): Allow GCRY_CIPHER_MODE_CMAC in fips mode. * cipher/cipher.c (cipher_modes_fips_compliance) (cipher_int_modes_fips_compliance): New.
Added some comments, changed scope of the new functions and shorted
their names. Also added restructured the switch and added all other
modes.
- Signed-off-by: Werner Koch <wk@gnupg.org>