Home
last modified time | relevance | path

Searched refs:INSTALL_STATUS_VAL (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c26 #define INSTALL_STATUS_VAL "INSTALL_SELF_TEST_KATS_RUN" macro
500 INSTALL_STATUS_VAL) in write_config_fips_section()
592 if (s == NULL || strcmp(s, INSTALL_STATUS_VAL) != 0) { in verify_config()
900 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL, in fipsinstall_main()
901 strlen(INSTALL_STATUS_VAL)); in fipsinstall_main()