HomeSort by: relevance | last modified time | path
    Searched refs:INSTALL_STATUS_VAL (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
fipsinstall.c 27 #define INSTALL_STATUS_VAL "INSTALL_SELF_TEST_KATS_RUN"
173 INSTALL_STATUS_VAL) <= 0)
267 if (s == NULL || strcmp(s, INSTALL_STATUS_VAL) != 0) {
474 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL,
475 strlen(INSTALL_STATUS_VAL));
  /src/crypto/external/apache2/openssl/dist/apps/
fipsinstall.c 26 #define INSTALL_STATUS_VAL "INSTALL_SELF_TEST_KATS_RUN"
500 INSTALL_STATUS_VAL)
592 if (s == NULL || strcmp(s, INSTALL_STATUS_VAL) != 0) {
900 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL,
901 strlen(INSTALL_STATUS_VAL));

Completed in 24 milliseconds