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

  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 4779 static int custom_ciph_init_called = 0; variable
4790 custom_ciph_init_called++;
4820 custom_ciph_init_called = custom_ciph_cleanup_called = 0;
4846 || !TEST_int_eq(custom_ciph_init_called, 1)
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 5823 static int custom_ciph_init_called = 0; variable
5834 custom_ciph_init_called++;
5864 custom_ciph_init_called = custom_ciph_cleanup_called = 0;
5890 || !TEST_int_eq(custom_ciph_init_called, 1)

Completed in 31 milliseconds