HI Experts, I see below symbols are defined in the file evp_fips.c. As per the name, they look FIPS related. is there a alternate definition available for these functions, without involving FIPS code compilation? I am unable to resolve below symbols.
for ex: const EVP_CIPHER *EVP_aes_128_cbc(void) { return FIPS_evp_aes_128_cbc(); } EVP_aes_128_cbc EVP_aes_128_gcm EVP_aes_192_cbc EVP_aes_256_cbc EVP_aes_256_gcm EVP_camellia_128_cbc EVP_camellia_256_cbc EVP_des_cbc EVP_des_ede3_cbc EVP_ecdsa EVP_seed_cbc Thanks in advance Krishna Mohan.