cipher: Rename _gcry_cipher_is_mode_fips_compliant
* cipher/cipher.c (_gcry_cipher_is_mode_fips_compliant): Rename to _gcry_cipher_mode_fips_compliance for better clarity and change the return type to gcry_err_code_t. * cipher/cipher.c (_gcry_cipher_mode_fips_compliance): Use gcry_cipher_modes instead of int for mode. * tests/t-fips-service-ind.c (check_cipher_o_s_e_d_c): Fix typo in fail.
- Signed-off-by: Lucas Mulling <lucas.mulling@suse.com>